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

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="jpg")
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="numpy",format="jpeg")
90
 
91
 
92