Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bikashpatra
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bikashpatra
commited on
Sep 24, 2022
Commit
142ff4e
·
1 Parent(s):
4e77650
Update app.py
Browse files
fixed misspelled gradio
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import
gradeio
as gr
2
3
def greet(name):
4
return "Hello " + name + " !!"
1
+
import
gradio
as gr
2
3
def greet(name):
4
return "Hello " + name + " !!"