Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def classify_images(image):
|
|
18 |
return text_output
|
19 |
|
20 |
i = gr.inputs.Image()
|
21 |
-
o = gr.outputs.Textbox(
|
22 |
|
23 |
examples = [["./examples/tulip.jpg"], ["./examples/daisy.jpg"], ["./examples/dandelion.jpg"], ["./examples/rose.jpg"], ["./examples/sunflower.jpg"]]
|
24 |
title = "Flower Recognition Using Transfer Learning"
|
|
|
18 |
return text_output
|
19 |
|
20 |
i = gr.inputs.Image()
|
21 |
+
o = gr.outputs.Textbox()
|
22 |
|
23 |
examples = [["./examples/tulip.jpg"], ["./examples/daisy.jpg"], ["./examples/dandelion.jpg"], ["./examples/rose.jpg"], ["./examples/sunflower.jpg"]]
|
24 |
title = "Flower Recognition Using Transfer Learning"
|