Spaces:
Running
Running
Alex
commited on
Update app.py
Browse files
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 |
-
|
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
|