Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chegde
/
verithoughts-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chegde
commited on
May 22
Commit
3fc4790
·
verified
·
1 Parent(s):
6ccb9bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -168,4 +168,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
168
outputs=user_input
169
)
170
171
-
demo.launch(ssr_mode=False)
168
outputs=user_input
169
)
170
171
+
demo.launch(ssr_mode=False
, share=True
)