MariamHussam commited on
Commit
66b0d55
·
verified ·
1 Parent(s): 1f2040f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ async def stream(item: validation):
44
  n_ctx = 4096,
45
  )
46
 
47
- return translate_zh_to_en(llm, text)
 
44
  n_ctx = 4096,
45
  )
46
 
47
+ return translate_zh_to_en(llm, item.prompt)