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