Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,4 +138,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 138 |
|
| 139 |
if __name__ == "__main__":
|
| 140 |
demo.queue()
|
| 141 |
-
demo.launch(show_api=
|
|
|
|
| 138 |
|
| 139 |
if __name__ == "__main__":
|
| 140 |
demo.queue()
|
| 141 |
+
demo.launch(show_api=True, debug= True)
|