Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MarkChenX
/
ChatSupernova
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MarkChenX
commited on
6 days ago
Commit
1a0b8c3
·
verified
·
1 Parent(s):
860e6b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ with gr.Blocks() as demo:
66
67
68
if __name__ == "__main__":
69
-
demo.launch()
66
67
68
if __name__ == "__main__":
69
+
demo.launch(
share=True
)