hiikate commited on
Commit
ab183e2
1 Parent(s): 98d22ec

labeling change

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -3,13 +3,9 @@
3
 
4
  # %%
5
  #/export
6
- from turtle import title
7
  from fastai.vision.all import *
8
  import gradio as gr
9
 
10
- title = "Image Classifier"
11
- description = "An image classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces"
12
-
13
  def is_cat(x): return x[0].isupper()
14
 
15
  # %%
 
3
 
4
  # %%
5
  #/export
 
6
  from fastai.vision.all import *
7
  import gradio as gr
8
 
 
 
 
9
  def is_cat(x): return x[0].isupper()
10
 
11
  # %%