Re1e9 commited on
Commit
13bf283
1 Parent(s): a2bd6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ 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, title="Flower Classification using InceptionV3", interpretation='default').launch(debug='True', share='True')
 
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, title="Flower Classification using InceptionV3", interpretation='default').launch()