Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MariamHussam
/
TowerInstruct-7B
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MariamHussam
commited on
Sep 17, 2024
Commit
66b0d55
·
verified
·
1 Parent(s):
1f2040f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)