Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ with gr.Blocks() as demo:
|
|
98 |
|
99 |
run_button = gr.Button("Generate Designs")
|
100 |
|
101 |
-
front_result = gr.Image(label="Front View Result", type="
|
102 |
-
back_result = gr.Image(label="Back View Result", type="
|
103 |
|
104 |
gr.Examples(examples=examples, inputs=[prompt_part2, prompt_part3, prompt_part4_front, prompt_part4_back])
|
105 |
|
|
|
98 |
|
99 |
run_button = gr.Button("Generate Designs")
|
100 |
|
101 |
+
front_result = gr.Image(label="Front View Result", type="pil", interactive=True)
|
102 |
+
back_result = gr.Image(label="Back View Result", type="pil", interactive=True)
|
103 |
|
104 |
gr.Examples(examples=examples, inputs=[prompt_part2, prompt_part3, prompt_part4_front, prompt_part4_back])
|
105 |
|