tomaseo2022 commited on
Commit
b194eb5
1 Parent(s): e9cb9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ with gr.Blocks() as demo:
17
  image_output = gr.Image()
18
  image_button = gr.Button("Voltear")
19
 
20
- text_button.click(flip_text, inputs=text_input, outputs=text_output)
21
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
22
 
23
  if __name__ == "__main__":
 
17
  image_output = gr.Image()
18
  image_button = gr.Button("Voltear")
19
 
 
20
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
21
 
22
  if __name__ == "__main__":