Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaya-sandeep-22
/
Translation-App
like
1
Sleeping
App
Files
Files
Community
jaya-sandeep-22
commited on
Aug 30, 2024
Commit
cd12f22
·
verified
·
1 Parent(s):
a869cd4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ iface = gr.Interface(
91
)
92
93
if __name__ == "__main__":
94
-
iface.launch()
91
)
92
93
if __name__ == "__main__":
94
+
iface.launch(
share=True
)