Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,6 @@ iface = gr.Interface(
|
|
53 |
description = my_description,
|
54 |
article = my_article,
|
55 |
examples = my_examples,
|
56 |
-
allow_flagging=
|
57 |
)
|
58 |
iface.launch()
|
|
|
53 |
description = my_description,
|
54 |
article = my_article,
|
55 |
examples = my_examples,
|
56 |
+
allow_flagging="never"
|
57 |
)
|
58 |
iface.launch()
|