Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
english_to_spanish
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Jul 8, 2022
Commit
f6aa368
·
1 Parent(s):
ecd7d84
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ iface = gr.Interface(
17
examples=[["Hello! My name is Abubakar"], ["How are you?"]]
18
)
19
20
-
iface.launch(
debug=True
)
17
examples=[["Hello! My name is Abubakar"], ["How are you?"]]
18
)
19
20
+
iface.launch()