Spaces:
Runtime error
Runtime error
picocreator
commited on
Commit
•
e7333b0
1
Parent(s):
42e5f71
Update app.py
Browse files
app.py
CHANGED
@@ -165,4 +165,4 @@ with gr.Blocks(title=title) as demo:
|
|
165 |
|
166 |
# Gradio launch
|
167 |
demo.queue(concurrency_count=1, max_size=10)
|
168 |
-
demo.launch(share=
|
|
|
165 |
|
166 |
# Gradio launch
|
167 |
demo.queue(concurrency_count=1, max_size=10)
|
168 |
+
demo.launch(share=False)
|