Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tencent
/
Hunyuan-Large
like
173
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hunyuan-t
commited on
Nov 6, 2024
Commit
b682dbc
·
verified
·
1 Parent(s):
a10fc1a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ demo = gr.ChatInterface(respond,
85
86
if __name__ == "__main__":
87
print_now('init')
88
-
demo.launch()
85
86
if __name__ == "__main__":
87
print_now('init')
88
+
demo.launch(
max_threads=40
)