Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/hello_world
devilent2
/
hello_world_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
devilent2
commited on
Apr 7, 2024
Commit
9ecdea4
·
verified
·
1 Parent(s):
b2fa0f2
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(
enable_queue=False
)