Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Varosa
/
Varosa_Translation
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Varosa
commited on
Oct 19, 2023
Commit
2c4d655
·
1 Parent(s):
2bb196b
update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,4 +64,4 @@ translation_interface = gr.Interface(
64
)
65
66
if __name__ == "__main__":
67
-
translation_interface.launch()
64
)
65
66
if __name__ == "__main__":
67
+
translation_interface.launch(
cors=True
)