lichorosario commited on
Commit
88fcd4f
·
1 Parent(s): 4b035f0

feat: Update generated image label in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ with gr.Blocks(css=css) as demo:
351
 
352
  with gr.Row():
353
  with gr.Column():
354
- generated_image = gr.Image(label="Image / Refined Image")
355
  enhace_button = gr.Button("Enhance Image")
356
 
357
  with gr.Column():
 
351
 
352
  with gr.Row():
353
  with gr.Column():
354
+ generated_image = gr.Image(label="Image / Refined Image", type="filepath")
355
  enhace_button = gr.Button("Enhance Image")
356
 
357
  with gr.Column():