Spaces:
Running
Running
fix error
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def main():
|
|
40 |
label='Only First Stage',
|
41 |
value=only_first_stage,
|
42 |
visible=not only_first_stage)
|
43 |
-
image_prompt = gr.Image(type="filepath"
|
44 |
label="Image Prompt",
|
45 |
value=None)
|
46 |
run_button = gr.Button('Run')
|
|
|
40 |
label='Only First Stage',
|
41 |
value=only_first_stage,
|
42 |
visible=not only_first_stage)
|
43 |
+
image_prompt = gr.Image(type="filepath",
|
44 |
label="Image Prompt",
|
45 |
value=None)
|
46 |
run_button = gr.Button('Run')
|