Spaces:
Runtime error
Runtime error
encounter1997
commited on
Commit
β’
cde5f09
1
Parent(s):
c308206
share=False
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ with gr.Blocks(css='gradio_demo/style.css') as demo:
|
|
63 |
if not HF_TOKEN:
|
64 |
show_warning(HF_TOKEN_NOT_SPECIFIED_WARNING)
|
65 |
|
66 |
-
demo.queue(max_size=1).launch(share=
|
|
|
63 |
if not HF_TOKEN:
|
64 |
show_warning(HF_TOKEN_NOT_SPECIFIED_WARNING)
|
65 |
|
66 |
+
demo.queue(max_size=1).launch(share=False)
|