Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ooibp
/
translator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ooibp
commited on
Apr 3, 2024
Commit
d9658be
·
verified
·
1 Parent(s):
bd4ce1d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ with gr.Blocks() as demo:
77
outputs=[article_textbox], queue=False)
78
79
80
-
demo.launch(share=
True
, debug=False)
77
outputs=[article_textbox], queue=False)
78
79
80
+
demo.launch(share=
False
, debug=False)