Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreeabodea
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreeabodea
commited on
Mar 27, 2024
Commit
1d3d884
·
verified
·
1 Parent(s):
54bc479
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,5 +22,5 @@ def greet(name):
22
23
demo = gr.Interface(
24
fn=greet,
25
-
inputs=["text"
, "slider"
],
26
outputs=["text"],
22
23
demo = gr.Interface(
24
fn=greet,
25
+
inputs=["text"],
26
outputs=["text"],