Spaces:
Runtime error
Runtime error
Commit
·
b028553
1
Parent(s):
cc52ca8
Subindo arquivos17
Browse files
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()
|