Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arihantvyavhare
/
device_detector_img2txt
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arihant Vyavhare
commited on
Jun 5, 2023
Commit
2e7a044
·
unverified
·
1 Parent(s):
3a84222
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@
3
from fastai.vision.all import *
4
import gradio as gr
5
6
-
def is_cat(x): return x[0].isupper()
7
8
9
3
from fastai.vision.all import *
4
import gradio as gr
5
6
+
7
8
9