Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sricog
/
BreedClassifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Samuel Rico
commited on
Jul 29, 2023
Commit
1ac4340
·
1 Parent(s):
787b682
Creating app.pyd
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
import fastai
3
def greet(name):
4
return "Hello " + name + "!!"
5