Akjava commited on
Commit
635bdcc
·
1 Parent(s): 8191596

change jpg

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