Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XciD
/
teas
like
0
Sleeping
App
Files
Files
Community
XciD
HF staff
commited on
May 30
Commit
47fd20e
•
1 Parent(s):
8de018b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
import gradio as gr
2
3
-
4
def greet(name):
5
return "Hello " + name + "!!"
6
1
import gradio as gr
2
3
+
4
+
5
def greet(name):
6
return "Hello " + name + "!!"
7