Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rahul7star
/
QwenChat
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rahul7star
commited on
20 days ago
Commit
1094929
·
verified
·
1 Parent(s):
0382f9b
Update App1.py
Browse files
Files changed (1)
hide
show
App1.py
+1
-1
App1.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ iface = gr.Interface(
31
description="Type a prompt and get a response."
32
)
33
34
-
iface.launch(
server_name="0.0.0.0", server_port=7860
)
31
description="Type a prompt and get a response."
32
)
33
34
+
iface.launch()