Spaces:
Runtime error
Runtime error
SuperSecureHuman
commited on
Commit
·
03f72e6
1
Parent(s):
4adfa80
Update app.py
Browse files
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
|
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,
|