ikerua commited on
Commit
2dfe493
1 Parent(s): 160ba62

update api

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()