Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tencent
/
Hunyuan-Large
like
48
Running
App
Files
Files
Community
hunyuan-t
commited on
about 18 hours ago
Commit
b682dbc
•
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
)