Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
miteshkotak7
/
experiments
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
miteshkotak7
commited on
Aug 2, 2023
Commit
8b2f52a
·
1 Parent(s):
c6fabf5
Update hello.py
Browse files
Files changed (1)
hide
show
hello.py
+1
-1
hello.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(
share=True
)
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
+
demo.launch()