AI-B commited on
Commit
e2bc61c
·
verified ·
1 Parent(s): f4ae83d

💋 Launch( No Sharing Allowed )

Browse files

```
To create a public link, set `share=True` in `launch()`.
/usr/local/lib/python3.10/site-packages/gradio/blocks.py:2749: UserWarning: Setting share=True is not supported on Hugging Face Spaces
warnings.warn(
```

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,4 +164,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
164
 
165
  if __name__ == "__main__":
166
  load_model()
167
- demo.launch(ssr_mode=False, share=True)
 
164
 
165
  if __name__ == "__main__":
166
  load_model()
167
+ demo.launch(ssr_mode=False, share=False)