Commit
·
ea5a12b
1
Parent(s):
524cc17
disable caching examples
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with gr.Blocks(title="🎭 Emoji Translator", theme=gr.themes.Soft()) as demo:
|
|
| 103 |
inputs=[text_input, creativity],
|
| 104 |
outputs=emoji_output,
|
| 105 |
fn=translate_to_emoji,
|
| 106 |
-
cache_examples=
|
| 107 |
)
|
| 108 |
|
| 109 |
# Button click event
|
|
|
|
| 103 |
inputs=[text_input, creativity],
|
| 104 |
outputs=emoji_output,
|
| 105 |
fn=translate_to_emoji,
|
| 106 |
+
cache_examples=False,
|
| 107 |
)
|
| 108 |
|
| 109 |
# Button click event
|