miracle01 commited on
Commit
462bda5
·
1 Parent(s): 31b349b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ label = gr.outputs.Label(num_top_classes=num_classes)
21
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
22
  title="Flower Classification using InceptionV3",
23
  description="A flower classification app built using python and deployed using gradio",
24
- theme=gr.themes.Monochrome(),
25
  interpretation='default').launch()
 
21
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
22
  title="Flower Classification using InceptionV3",
23
  description="A flower classification app built using python and deployed using gradio",
24
+ theme=gr.themes.Monochrome()
25
  interpretation='default').launch()