Spaces:
Runtime error
Runtime error
Vitor Casadei commited on
Commit ·
583bd66
1
Parent(s): 7b38374
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def classify_image(inp):
|
|
| 19 |
|
| 20 |
|
| 21 |
image = gr.inputs.Image(shape=(640, 640), image_mode="RGB", source="upload", label="Imagem", optional=False)
|
| 22 |
-
label = gr.outputs.
|
| 23 |
|
| 24 |
gr.Interface(
|
| 25 |
fn=classify_image,
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
image = gr.inputs.Image(shape=(640, 640), image_mode="RGB", source="upload", label="Imagem", optional=False)
|
| 22 |
+
label = gr.outputs.Textbox(type="auto", label="Classificação")
|
| 23 |
|
| 24 |
gr.Interface(
|
| 25 |
fn=classify_image,
|