Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -305,4 +305,4 @@ demo = gr.Interface(
|
|
| 305 |
|
| 306 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 307 |
# demo.launch(debug=DEBUG)
|
| 308 |
-
demo.launch(
|
|
|
|
| 305 |
|
| 306 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 307 |
# demo.launch(debug=DEBUG)
|
| 308 |
+
demo.queue(max_size=1000).launch(server_name="0.0.0.0", server_port=7860)
|