Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ldhldh/langchain_kaka_api
ldhldh
/
api_for_unity
like
0
Sleeping
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
ldhldh
commited on
Oct 13, 2023
Commit
599829a
·
1 Parent(s):
7cef175
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,4 +96,4 @@ with gr.Blocks() as demo:
96
outputs="text",
97
description="chat",
98
)
99
-
demo.queue(max_size=32).launch(
share
=True)
96
outputs="text",
97
description="chat",
98
)
99
+
demo.queue(max_size=32).launch(
enable_queue
=True)