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
3bb8b8f
·
verified
·
1 Parent(s):
1d3d884
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,5 @@ def greet(name):
23
demo = gr.Interface(
24
fn=greet,
25
inputs=["text"],
26
-
outputs=["text"],
23
demo = gr.Interface(
24
fn=greet,
25
inputs=["text"],
26
+
outputs=["text"],
27
+
)