Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amitesh007
/
eng-hin-translator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Amitesh007
commited on
Feb 13, 2023
Commit
b743563
·
1 Parent(s):
8b66c1e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ translator=gr.Interface.load("models/Amitesh007/finetuned-eng-hi-translation")
4
5
6
if __name__ == "__main__":
7
-
demo
.launch()
4
5
6
if __name__ == "__main__":
7
+
translator
.launch()