Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MathGpn
/
translate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MathGpn
commited on
Feb 14, 2023
Commit
3aaf1c6
·
1 Parent(s):
9096dc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,4 @@ iface = gr.Interface(
14
examples=[["Hello! My name is Mathis"]]
15
)
16
17
-
iface.launch(
share=True
)
14
examples=[["Hello! My name is Mathis"]]
15
)
16
17
+
iface.launch()