Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
67byte
/
SAM
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zedwone
commited on
Mar 21
Commit
6a3024d
·
verified
·
1 Parent(s):
322fb55
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -5,5 +5,4 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
-
# 启用公网访问
9
-
demo.launch(share=True)
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
+
demo.launch()