Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -190,8 +190,7 @@ async def setup():
|
|
190 |
inputs=gr.Image(type="filepath"),
|
191 |
outputs=gr.Image(type="pil"),
|
192 |
live=True,
|
193 |
-
title="Retorno de Imagem"
|
194 |
-
server_port=8080)
|
195 |
# Lançamento da interface
|
196 |
interface.launch()
|
197 |
|
|
|
190 |
inputs=gr.Image(type="filepath"),
|
191 |
outputs=gr.Image(type="pil"),
|
192 |
live=True,
|
193 |
+
title="Retorno de Imagem")
|
|
|
194 |
# Lançamento da interface
|
195 |
interface.launch()
|
196 |
|