Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -7,7 +7,7 @@ def process_images(image_list):
|
|
| 7 |
return image1, image2
|
| 8 |
|
| 9 |
with gr.Blocks() as demo:
|
| 10 |
-
file_input = gr.File(label="Upload two images", file_count="multiple"
|
| 11 |
output_1 = gr.Image()
|
| 12 |
output_2 = gr.Image()
|
| 13 |
btn = gr.Button("Submit")
|
|
|
|
| 7 |
return image1, image2
|
| 8 |
|
| 9 |
with gr.Blocks() as demo:
|
| 10 |
+
file_input = gr.File(label="Upload two images", file_count="multiple")
|
| 11 |
output_1 = gr.Image()
|
| 12 |
output_2 = gr.Image()
|
| 13 |
btn = gr.Button("Submit")
|