Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shivansarora
/
ControllableBlenderCEFR
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shivansarora
commited on
Jul 31
Commit
631882d
·
verified
·
1 Parent(s):
5595f5f
removing ssr
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -99,4 +99,4 @@ with gr.Blocks() as demo:
99
outputs=[chatbot, state]
100
)
101
102
-
demo.launch(share=
True
)
99
outputs=[chatbot, state]
100
)
101
102
+
demo.launch(
server_name="0.0.0.0", server_port=7860,
share=
False, ssr_mode=False
)