SuperSecureHuman commited on
Commit
03f72e6
1 Parent(s): 4adfa80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ image = gr.inputs.Image(shape=(300,300))
17
 
18
  label = gr.outputs.Label(num_top_classes=5)
19
 
20
- gr.Interface.from_pipeline(fn=predict_image,
21
  title="Flower Classification",
22
  description="Flower CNN",
23
  inputs = image,
 
17
 
18
  label = gr.outputs.Label(num_top_classes=5)
19
 
20
+ gr.Interface(fn=predict_image,
21
  title="Flower Classification",
22
  description="Flower CNN",
23
  inputs = image,