Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,4 +151,4 @@ with gr.Blocks(css=css, title=title) as demo:
|
|
151 |
demo.load(generate, inputs=input_d, outputs=dt_1)
|
152 |
|
153 |
demo.queue()
|
154 |
-
demo.launch(debug=
|
|
|
151 |
demo.load(generate, inputs=input_d, outputs=dt_1)
|
152 |
|
153 |
demo.queue()
|
154 |
+
demo.launch(debug=True, share=False)
|