Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sidnagaych
/
Model2
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ziqiangao
commited on
Mar 29, 2024
Commit
a53d015
·
verified
·
1 Parent(s):
28a1c2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from
fastai
.vision.all import *
2
import gradio as gr
3
4
def is_cat(x):return x[0].isupper()
1
+
import
fastai
2
import gradio as gr
3
4
def is_cat(x):return x[0].isupper()