rmayormartins commited on
Commit
b028553
·
1 Parent(s): cc52ca8

Subindo arquivos17

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ iface = gr.Interface(
47
  title="Inspetor de Imagem",
48
  description="Faça o upload de uma imagem (.jpg, .png, .bmp, etc.) e veja detalhes sobre ela."
49
  )
50
-
51
  if __name__ == "__main__":
52
  iface.launch()
 
47
  title="Inspetor de Imagem",
48
  description="Faça o upload de uma imagem (.jpg, .png, .bmp, etc.) e veja detalhes sobre ela."
49
  )
50
+ #...
51
  if __name__ == "__main__":
52
  iface.launch()