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
Nov 21, 2023
Commit
9576bde
·
1 Parent(s):
b6935e8
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
69
-
translation_interface.launch(
debug=True, enable_queue=True, share=True
)
66
)
67
68
69
+
translation_interface.launch()