Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Proximile/sysprompt-test
BotifyCloud
/
general-chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BotifyCloudAdmin
commited on
Jan 31
Commit
b245a46
·
verified
·
1 Parent(s):
fe4798d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ demo = gr.ChatInterface(
63
64
65
if __name__ == "__main__":
66
-
demo.launch(auth=("user",os.getenv("PASSWD")))
63
64
65
if __name__ == "__main__":
66
+
demo.launch(
share=True,
auth=("user",os.getenv("PASSWD")))