Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AsutosH26
/
one
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Asutosh Rath
commited on
Aug 26, 2024
Commit
2c97442
·
1 Parent(s):
830598c
Add application file
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -5,5 +5,3 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
-
9
-
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()