Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuankaihuo
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yuankaihuo
commited on
Dec 4, 2023
Commit
b5c8e8c
·
1 Parent(s):
d852219
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
-
demo.launch()
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
+
demo.launch(
share=True
)