Spaces:
Runtime error
Runtime error
Commit
·
ad64d06
1
Parent(s):
5f7ee3e
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ with block:
|
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column():
|
| 98 |
input_image = gr.Image(source='upload', type="numpy")
|
| 99 |
-
input_control = gr.Dropdown(control_task_list, value="Canny Edge Map", label="Control Task")
|
| 100 |
prompt = gr.Textbox(label="Prompt")
|
| 101 |
run_button = gr.Button(label="Run")
|
| 102 |
with gr.Accordion("Advanced options", open=False):
|
|
|
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column():
|
| 98 |
input_image = gr.Image(source='upload', type="numpy")
|
| 99 |
+
input_control = gr.Dropdown(control_task_list, value="Canny Edge Map", label="Control Task")
|
| 100 |
prompt = gr.Textbox(label="Prompt")
|
| 101 |
run_button = gr.Button(label="Run")
|
| 102 |
with gr.Accordion("Advanced options", open=False):
|