Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlphaSphereDotAI
/
Chatacter
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MH0386
commited on
Mar 27
Commit
5dc9325
·
verified
·
1 Parent(s):
68051dd
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,8 @@ demo = gr.ChatInterface(
61
62
63
if __name__ == "__main__":
64
-
demo.launch(
)
61
62
63
if __name__ == "__main__":
64
+
demo.launch(
65
+
pwa=True,
66
+
debug=True,
67
+
inbrowser=True,
68
+
)