tori29umai commited on
Commit
d1fad40
·
1 Parent(s): 9823985
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ class webui:
197
  with self.demo:
198
  with gr.Row():
199
  with gr.Column():
200
- input_image = gr.Image(type='filepath', image_mode="RGBA", label="Original Image")
201
  submit = gr.Button(value="Start")
202
  with gr.Row():
203
  with gr.Column():
 
197
  with self.demo:
198
  with gr.Row():
199
  with gr.Column():
200
+ input_image = gr.Image(type='filepath', label="Original Image")
201
  submit = gr.Button(value="Start")
202
  with gr.Row():
203
  with gr.Column():