Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
userlocallm
/
MTC
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
userlocallm
commited on
Nov 19, 2024
Commit
a7e4213
·
verified
·
1 Parent(s):
f991642
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ demo = gr.ChatInterface(
87
)
88
89
if __name__ == "__main__":
90
-
demo.launch(
server_name="0.0.0.0", server_port=7860
)
87
)
88
89
if __name__ == "__main__":
90
+
demo.launch()