Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yuyang2022
/
Translation_yue_to_any
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yuyang2022
commited on
Dec 12, 2022
Commit
115a88e
·
1 Parent(s):
021eb09
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,7 +70,7 @@ def translation(source, target, text):
70
71
72
if __name__ == "__main__":
73
-
print("\tinit models")
74
75
global model_dict
76
70
71
72
if __name__ == "__main__":
73
+
#
print("\tinit models")
74
75
global model_dict
76