Spaces:
Runtime error
Runtime error
Update app.py
Browse filesAdded changes to Gradio
app.py
CHANGED
@@ -104,4 +104,5 @@ with gr.Blocks() as demo:
|
|
104 |
cache_examples=True,
|
105 |
)
|
106 |
|
107 |
-
demo.
|
|
|
|
104 |
cache_examples=True,
|
105 |
)
|
106 |
|
107 |
+
demo.queue(api_open=False)
|
108 |
+
demo.launch(debug=True, share=True, show_api=False)
|