Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,5 +14,5 @@ label = gr.Label()
|
|
| 14 |
examples = ["5.png"]
|
| 15 |
|
| 16 |
#intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 17 |
-
intf = gr.Interface(fn=classify_image, inputs=
|
| 18 |
intf.launch(inline=False)
|
|
|
|
| 14 |
examples = ["5.png"]
|
| 15 |
|
| 16 |
#intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 17 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
| 18 |
intf.launch(inline=False)
|