Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aimaswx
/
demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aimaswx
commited on
Aug 30, 2023
Commit
24abea8
·
1 Parent(s):
3658aa1
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
gr.close_all()
8
-
demo.launch(
share=True
)
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
gr.close_all()
8
+
demo.launch()