Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Pranjal12345/gradio2
Pranjal12345
/
test_gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pranjal12345
commited on
Oct 7, 2023
Commit
49d644f
·
1 Parent(s):
33a55a6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ translation_interface = gr.Interface(
66
)
67
68
if __name__ == "__main__":
69
-
translation_interface.launch()
66
)
67
68
if __name__ == "__main__":
69
+
translation_interface.launch(
share= True
)