ariG23498 HF staff commited on
Commit
1ceab8e
·
1 Parent(s): 74b0d5e

chore: fixing image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
89
 
90
  with gr.Row():
91
  with gr.Column():
92
- input_image = gr.Image(source='upload', type="pil")
93
  text_prompts = gr.Textbox(label="Enter comma-separated prompts")
94
  run_button = gr.Button(label="Run")
95
 
 
89
 
90
  with gr.Row():
91
  with gr.Column():
92
+ input_image = gr.Image(type="pil")
93
  text_prompts = gr.Textbox(label="Enter comma-separated prompts")
94
  run_button = gr.Button(label="Run")
95