Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
xGPU-Explorers
/
README
like
29
Running
App
Files
Files
kakamond
commited on
Jan 15
Commit
c7a5155
·
verified
·
1 Parent(s):
e2cdf14
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ if __name__ == "__main__":
68
],
69
cache_examples=False,
70
title=_L("翻译器")
71
-
).launch()
68
],
69
cache_examples=False,
70
title=_L("翻译器")
71
+
).launch(
share=False
)