Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,6 @@ iface = gr.Interface(
|
|
65 |
description = my_description,
|
66 |
article = my_article,
|
67 |
examples = my_examples,
|
68 |
-
allow_flagging=
|
69 |
)
|
70 |
iface.launch()
|
|
|
65 |
description = my_description,
|
66 |
article = my_article,
|
67 |
examples = my_examples,
|
68 |
+
allow_flagging="never"
|
69 |
)
|
70 |
iface.launch()
|