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:
drewvid
/
code_mentor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Andrew Ritz
commited on
May 13, 2024
Commit
208f362
·
1 Parent(s):
b642e90
shar=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -148,4 +148,4 @@ demo = gr.ChatInterface(
148
149
150
if __name__ == "__main__":
151
-
demo.launch()
148
149
150
if __name__ == "__main__":
151
+
demo.launch(
share=True
)