Spaces:
Runtime error
Runtime error
upgrade gradio.
Browse files
app.py
CHANGED
@@ -301,5 +301,5 @@ demo = gr.Interface(
|
|
301 |
|
302 |
DEBUG = os.getenv('DEBUG') == '1'
|
303 |
demo.queue(api_open=False, concurrency_count=2, max_size=10)
|
304 |
-
|
305 |
-
demo.launch(debug=DEBUG, share=True)
|
|
|
301 |
|
302 |
DEBUG = os.getenv('DEBUG') == '1'
|
303 |
demo.queue(api_open=False, concurrency_count=2, max_size=10)
|
304 |
+
demo.launch(debug=DEBUG)
|
305 |
+
# demo.launch(debug=DEBUG, share=True)
|