shainis commited on
Commit
a5c05bc
โ€ข
1 Parent(s): a17808c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,9 +40,9 @@ description = "A pet breed classifier trained on the Oxford Pets dataset with fa
40
 
41
  gr.Interface(fn=predict,
42
  inputs=gr.inputs.Image(shape=(512, 512)),
 
43
  title = "?ืชืคื•ื— ืื• ืขื’ื‘ื ื™ื”",
44
  examples=[["example1.jpg"], ["example2.png"], ["example3.jpg"]],
45
- theme="dark-peach",
46
  description = "Tomato / Apple classifier trained on images from the internet with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
47
  outputs=gr.outputs.Label(num_top_classes=3)).launch(share=False)
48
 
 
40
 
41
  gr.Interface(fn=predict,
42
  inputs=gr.inputs.Image(shape=(512, 512)),
43
+ theme="dark-peach",
44
  title = "?ืชืคื•ื— ืื• ืขื’ื‘ื ื™ื”",
45
  examples=[["example1.jpg"], ["example2.png"], ["example3.jpg"]],
 
46
  description = "Tomato / Apple classifier trained on images from the internet with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
47
  outputs=gr.outputs.Label(num_top_classes=3)).launch(share=False)
48