Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JasonData
/
WinningChat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JasonData
commited on
Sep 3, 2024
Commit
ce9b9fa
·
verified
·
1 Parent(s):
09aa101
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ gr.ChatInterface(
40
retry_btn = None,
41
undo_btn = None,
42
clear_btn = None,
43
-
).queue().launch(
server_port=8080
)
40
retry_btn = None,
41
undo_btn = None,
42
clear_btn = None,
43
+
).queue().launch()