Spaces:
Runtime error
Runtime error
Commit
·
316f25b
1
Parent(s):
2d2ff9a
Subindo arquivos5333
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ example_image_path = "example1.jpg"
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=image_inspector,
|
47 |
-
inputs=gr.
|
48 |
outputs="text",
|
49 |
title="Inspetor de Imagem",
|
50 |
description="Faça o upload de uma imagem (.jpg, .png, .bmp, etc.) e veja detalhes sobre ela.",
|
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=image_inspector,
|
47 |
+
inputs=gr.File(label="Upload de Imagem"),
|
48 |
outputs="text",
|
49 |
title="Inspetor de Imagem",
|
50 |
description="Faça o upload de uma imagem (.jpg, .png, .bmp, etc.) e veja detalhes sobre ela.",
|