Upload app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,8 @@ iface = gr.Interface(
|
|
| 47 |
],
|
| 48 |
outputs=gr.Textbox(label="Model output"),
|
| 49 |
examples=examples,
|
| 50 |
-
allow_flagging="never"
|
|
|
|
| 51 |
)
|
| 52 |
|
| 53 |
iface.launch()
|
|
|
|
| 47 |
],
|
| 48 |
outputs=gr.Textbox(label="Model output"),
|
| 49 |
examples=examples,
|
| 50 |
+
allow_flagging="never",
|
| 51 |
+
cache_examples=False
|
| 52 |
)
|
| 53 |
|
| 54 |
iface.launch()
|