encounter1997 commited on
Commit
cde5f09
β€’
1 Parent(s): c308206

share=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
63
  if not HF_TOKEN:
64
  show_warning(HF_TOKEN_NOT_SPECIFIED_WARNING)
65
 
66
+ demo.queue(max_size=1).launch(share=False)