dvir-bria commited on
Commit
41bd23c
·
1 Parent(s): 9bb67c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with block:
68
  ''')
69
  with gr.Row():
70
  with gr.Column():
71
- input_image = gr.Image(sources=None, type="numpy") # None for upload, ctrl+v and webcam
72
  prompt = gr.Textbox(label="Prompt")
73
  run_button = gr.Button(value="Run")
74
 
 
68
  ''')
69
  with gr.Row():
70
  with gr.Column():
71
+ input_image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam
72
  prompt = gr.Textbox(label="Prompt")
73
  run_button = gr.Button(value="Run")
74