Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drewvid
/
mentor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drewvid
commited on
May 13, 2024
Commit
5a8e12c
·
1 Parent(s):
226c77a
reversed change
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,4 +84,4 @@ demo = gr.ChatInterface(
84
85
86
if __name__ == "__main__":
87
-
demo.launch(
share=True
)
84
85
86
if __name__ == "__main__":
87
+
demo.launch()