Spaces:
Runtime error
Runtime error
Commit
·
a751aa2
1
Parent(s):
97cb15e
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,4 +150,4 @@ interface = gr.Interface(
|
|
| 150 |
article=article,
|
| 151 |
allow_flagging='never',
|
| 152 |
cache_examples=False,
|
| 153 |
-
).
|
|
|
|
| 150 |
article=article,
|
| 151 |
allow_flagging='never',
|
| 152 |
cache_examples=False,
|
| 153 |
+
).launch(show_api=True, show_error=True)
|