Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elalimy
/
translate_to_english
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elalimy
commited on
May 30, 2024
Commit
1326be0
·
verified
·
1 Parent(s):
f14f0ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
)
53
54
# Launch the Gradio app
55
-
iface.launch()
52
)
53
54
# Launch the Gradio app
55
+
iface.launch(
share=True
)