Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lampongyuen
/
Gradio-Hello-World-1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lampongyuen
commited on
Aug 26, 2023
Commit
5f74823
·
1 Parent(s):
307e785
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,5 @@ 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()
9
+
gr.Info("starting process")