Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -373,5 +373,5 @@ with gr.Blocks() as demo:
|
|
| 373 |
gr.Markdown(article)
|
| 374 |
|
| 375 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 376 |
-
demo.queue(api_open=False
|
| 377 |
demo.launch(debug=DEBUG)
|
|
|
|
| 373 |
gr.Markdown(article)
|
| 374 |
|
| 375 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 376 |
+
demo.queue(api_open=False)
|
| 377 |
demo.launch(debug=DEBUG)
|