Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TheEighthDay
/
SeekWorld_APP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TheEighthDay
commited on
Apr 16
Commit
600e4c8
·
verified
·
1 Parent(s):
80d7b75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,4 +76,4 @@ with gr.Blocks(title="Geolocation Reasoning App") as demo:
76
77
# 启动应用
78
if __name__ == "__main__":
79
-
demo.launch(
share=True
)
76
77
# 启动应用
78
if __name__ == "__main__":
79
+
demo.launch()