Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Warco-B
/
PDF-translate-eng-it
like
1
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Warco-B
commited on
Jul 4, 2023
Commit
2157843
·
1 Parent(s):
fcdfcfa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -99,4 +99,4 @@ iface = gr.Interface(title="Pdf Translator English -> Italian",
99
outputs=["text", "text"]
100
)
101
102
-
iface.launch(
share=True
)
99
outputs=["text", "text"]
100
)
101
102
+
iface.launch()