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 12, 2023
Commit
ee39537
·
1 Parent(s):
38a0446
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -57,7 +57,6 @@ def chat():
57
return result
58
59
th_a = Thread(target = chat)
60
-
th_a.daemon = True
61
th_a.start()
62
63
# App code
57
return result
58
59
th_a = Thread(target = chat)
60
th_a.start()
61
62
# App code