akhaliq HF staff commited on
Commit
e896479
1 Parent(s): d5d6ab5
Files changed (1) hide show
  1. app.py +1 -1
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')