NightRaven109 commited on
Commit
dc20a3c
·
verified ·
1 Parent(s): 68ae68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with gr.Blocks(title="Texture Super-Resolution") as demo:
278
  submit_btn = gr.Button("Submit", variant="primary")
279
 
280
  with gr.Column():
281
- output_image = gr.Image(label="Generated Image")
282
 
283
  # Add examples
284
  gr.Examples(
 
278
  submit_btn = gr.Button("Submit", variant="primary")
279
 
280
  with gr.Column():
281
+ output_image = gr.Image(label="Generated Image", type="pil", format="png")
282
 
283
  # Add examples
284
  gr.Examples(