YKajima commited on
Commit
aec0035
·
verified ·
1 Parent(s): 55d64ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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):