Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,6 @@ demo = gr.Interface(
|
|
57 |
examples=examples,
|
58 |
cache_examples="lazy",
|
59 |
theme="Soft",
|
60 |
-
|
61 |
)
|
62 |
demo.launch(debug=False)
|
|
|
57 |
examples=examples,
|
58 |
cache_examples="lazy",
|
59 |
theme="Soft",
|
60 |
+
flagging_mode="never",
|
61 |
)
|
62 |
demo.launch(debug=False)
|