update api
Browse files
app.py
CHANGED
|
@@ -109,7 +109,6 @@ with gr.Blocks(title="Predictor & Resizer API Client") as demo:
|
|
| 109 |
inputs=[input_image, w_input, h_input],
|
| 110 |
outputs=resize_output
|
| 111 |
)
|
| 112 |
-
|
| 113 |
# Lanzar la aplicaci贸n
|
| 114 |
if __name__ == "__main__":
|
| 115 |
demo.launch()
|
|
|
|
| 109 |
inputs=[input_image, w_input, h_input],
|
| 110 |
outputs=resize_output
|
| 111 |
)
|
|
|
|
| 112 |
# Lanzar la aplicaci贸n
|
| 113 |
if __name__ == "__main__":
|
| 114 |
demo.launch()
|