Spaces:
Runtime error
Runtime error
...
Browse files
app.py
CHANGED
@@ -1224,5 +1224,6 @@ gr.Interface(
|
|
1224 |
[Image.open("assets/demo-5.jpg"), "What kind of dog is in the picture?"],
|
1225 |
],
|
1226 |
outputs=gr.TextArea(label="Answer"),
|
1227 |
-
allow_flagging=
|
|
|
1228 |
).launch()
|
|
|
1224 |
[Image.open("assets/demo-5.jpg"), "What kind of dog is in the picture?"],
|
1225 |
],
|
1226 |
outputs=gr.TextArea(label="Answer"),
|
1227 |
+
allow_flagging="never",
|
1228 |
+
cache_examples=False,
|
1229 |
).launch()
|