Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TejAndrewsACC/Z3taACC
TejAndrewsACC
/
ACC-Emulect
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TejAndrewsACC
commited on
Jan 16
Commit
5e28efe
·
verified
·
1 Parent(s):
11ff9de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ demo = gr.ChatInterface(
53
)
54
55
if __name__ == "__main__":
56
-
demo.launch()
53
)
54
55
if __name__ == "__main__":
56
+
demo.launch(
share=True
)