Akjava commited on
Commit
2b0aac3
·
1 Parent(s): 03300a1

change to numpy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with demo_blocks as demo:
86
  id_input=gr.Text(label="Name", visible=False)
87
 
88
  with gr.Column():
89
- image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",type="numpy",format="jpeg")
90
 
91
 
92
 
 
86
  id_input=gr.Text(label="Name", visible=False)
87
 
88
  with gr.Column():
89
+ image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",type="pil",format="jpeg")
90
 
91
 
92