Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zidsi
/
SLlamica_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zidsi
commited on
Dec 19, 2024
Commit
2963ee9
·
1 Parent(s):
666faeb
no more node_port=7890 ?
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ demo = gr.ChatInterface(
43
# ],
44
45
if __name__ == "__main__":
46
-
demo.launch(
node_port=17890
)
43
# ],
44
45
if __name__ == "__main__":
46
+
demo.launch()