ohayonguy commited on
Commit
3bd265f
·
1 Parent(s): 595f913

improved interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(css=css) as demo:
247
 
248
  with gr.Row():
249
  with gr.Column(scale=4):
250
- input_im = gr.Image(label="Input Image", type="pil")
251
  with gr.Column(scale=1):
252
  num_inference_steps = gr.Slider(
253
  label="Number of Inference Steps",
 
247
 
248
  with gr.Row():
249
  with gr.Column(scale=4):
250
+ input_im = gr.Image(label="Input Image", type="filepath")
251
  with gr.Column(scale=1):
252
  num_inference_steps = gr.Slider(
253
  label="Number of Inference Steps",