Spaces:
Runtime error
Runtime error
Remove share
Browse files
app.py
CHANGED
|
@@ -176,4 +176,4 @@ with gr.Blocks() as demo:
|
|
| 176 |
gr.Markdown(help_text)
|
| 177 |
|
| 178 |
demo.queue(concurrency_count=10)
|
| 179 |
-
demo.launch(debug=True, width="80%", height=2000
|
|
|
|
| 176 |
gr.Markdown(help_text)
|
| 177 |
|
| 178 |
demo.queue(concurrency_count=10)
|
| 179 |
+
demo.launch(debug=True, width="80%", height=2000)
|