Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DAIK01
/
TestAPI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Martin van Dijk
commited on
Feb 4
Commit
70a75f3
·
1 Parent(s):
7a9ae96
Update space
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
from transformers import pipeline
2
3
4
-
model = pipeline("
translantion
")
5
6
7
def predict(prompt):
1
from transformers import pipeline
2
3
4
+
model = pipeline("
translation
")
5
6
7
def predict(prompt):