Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/hello_world
hmb
/
hello_world
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
hmb
HF staff
commited on
Jul 3, 2024
Commit
b894d6c
·
verified
·
1 Parent(s):
6bd675c
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(
auth=("admin", "pass123"
)
)
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
8
+
demo.launch()