guibegotti commited on
Commit
279ed19
·
verified ·
1 Parent(s): 56bb944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ examples = [
302
  ["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg", 15, 0.5],
303
  ]
304
 
305
- output_image = gr.Image(label="Download Image")
306
 
307
  with gr.Blocks() as app:
308
  gr.Markdown("# FLUX Style Shaping")
 
302
  ["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg", 15, 0.5],
303
  ]
304
 
305
+ output_image = gr.File(label="Download Image")
306
 
307
  with gr.Blocks() as app:
308
  gr.Markdown("# FLUX Style Shaping")