Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sathrukan
/
Bird_classification
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sathrukan
commited on
Dec 17, 2022
Commit
63ddfbb
·
1 Parent(s):
b9d3279
second commit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
mport
gradio 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 + "!!"