Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pascal-TwinRoom
/
pascal-kun
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YKajima
commited on
Apr 4, 2024
Commit
aec0035
·
verified
·
1 Parent(s):
55d64ef
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,7 +29,7 @@ async def summarize(text: str):
29
config=config
30
)
31
32
-
return await film.
run
()
33
34
35
async def chat(text):
29
config=config
30
)
31
32
+
return await film.
run_async
()
33
34
35
async def chat(text):