Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ntam0001
/
English_to_French_translator
like
0
Sleeping
App
Files
Files
Community
ntam0001
commited on
Feb 16
Commit
b9c6406
•
1 Parent(s):
0488e4a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,5 +25,5 @@ iface = gr.Interface(
25
outputs=gr.Textbox()
26
)
27
28
-
# Launch the interface
29
iface.launch(debug=True,inline=False)
25
outputs=gr.Textbox()
26
)
27
28
+
29
iface.launch(debug=True,inline=False)