miracle01 commited on
Commit
d2a3af4
·
1 Parent(s): 80dca9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ def predict_image(img):
17
  import gradio as gr
18
  image = gr.inputs.Image(shape=(img_height, img_width))
19
  label = gr.outputs.Label(num_top_classes=num_classes)
20
- theme = gr.themes.Monochrome()
21
 
22
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
23
  title="Flower Classification using InceptionV3",
 
17
  import gradio as gr
18
  image = gr.inputs.Image(shape=(img_height, img_width))
19
  label = gr.outputs.Label(num_top_classes=num_classes)
 
20
 
21
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
22
  title="Flower Classification using InceptionV3",