Update app.py
Browse files
app.py
CHANGED
|
@@ -18,5 +18,5 @@ app = gr.Interface(
|
|
| 18 |
description='Envie uma imagem e veja o background removido automaticamente. A imagem resultante será no formato PNG.'
|
| 19 |
)
|
| 20 |
|
| 21 |
-
if __name__ == "__main__:
|
| 22 |
app.launch(share=True)
|
|
|
|
| 18 |
description='Envie uma imagem e veja o background removido automaticamente. A imagem resultante será no formato PNG.'
|
| 19 |
)
|
| 20 |
|
| 21 |
+
if __name__ == "__main__":
|
| 22 |
app.launch(share=True)
|