Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ interface = gr.Interface(
|
|
| 145 |
description=mydescription,
|
| 146 |
article=myarticle,
|
| 147 |
live=False,
|
| 148 |
-
|
| 149 |
)
|
| 150 |
|
| 151 |
# Launch the Gradio app
|
|
|
|
| 145 |
description=mydescription,
|
| 146 |
article=myarticle,
|
| 147 |
live=False,
|
| 148 |
+
allow_flagging="never"
|
| 149 |
)
|
| 150 |
|
| 151 |
# Launch the Gradio app
|