Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
gradio_together_tgi
like
16
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chansung
commited on
Mar 21, 2024
Commit
d8ae88a
·
verified
·
1 Parent(s):
d32a13b
Update app/ui.py
Browse files
Files changed (1)
hide
show
app/ui.py
+1
-1
app/ui.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from
app.
gen.openllm import (
2
chat,
3
translate_messages,
4
)
1
+
from gen.openllm import (
2
chat,
3
translate_messages,
4
)