rmayormartins commited on
Commit
316f25b
·
1 Parent(s): 2d2ff9a

Subindo arquivos5333

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ example_image_path = "example1.jpg"
44
 
45
  iface = gr.Interface(
46
  fn=image_inspector,
47
- inputs=gr.Image(type="filepath", 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.",
 
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.",