Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
guidel
/
english-to-dutch-translator
like
0
Runtime error
App
Files
Files
Community
guidel
commited on
Dec 29, 2022
Commit
758f1d9
•
1 Parent(s):
3e0ee01
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ batch_translate = gr.Interface(
40
)
41
42
if __name__ == "__main__":
43
-
batch_translate.launch(
share=True
)
40
)
41
42
if __name__ == "__main__":
43
+
batch_translate.launch()