Alex commited on
Commit
4f5defc
·
verified ·
1 Parent(s): 60b8abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ def create_interface():
260
 
261
  # Bind the get_upload_url function to the interface
262
  en_submit_button = gr.Button("Get Upload URL")
263
- en_button.click(send_enhance_request, inputs=[en_url, en_uuid, en_token], outputs=en_output)
264
 
265
  with gr.Tab("Image Put"):
266
  # Inputs for Image Put
 
260
 
261
  # Bind the get_upload_url function to the interface
262
  en_submit_button = gr.Button("Get Upload URL")
263
+ en_submit_button.click(send_enhance_request, inputs=[en_url, en_uuid, en_token], outputs=en_output)
264
 
265
  with gr.Tab("Image Put"):
266
  # Inputs for Image Put