Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,6 @@ interface = gr.Interface(
|
|
| 121 |
title=title,
|
| 122 |
description=description,
|
| 123 |
article=article,
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
interface.launch(debug=True)
|
|
|
|
| 121 |
title=title,
|
| 122 |
description=description,
|
| 123 |
article=article,
|
| 124 |
+
allow_flagging='never',
|
| 125 |
+
theme="default",
|
| 126 |
+
).launch(enable_queue=True, debug=True)
|
|
|