lichorosario commited on
Commit
7b46379
1 Parent(s): 6a3a061

feat: Mejorar etiqueta del control deslizante de imágenes en app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ with gr.Blocks(css=css) as demo:
337
 
338
  with gr.Row():
339
  with gr.Column():
340
- generated_image = ImageSlider(label="Image / Refined Image", type="filepath")
341
  enhace_button = gr.Button("Enhance Image")
342
 
343
  with gr.Column():
 
337
 
338
  with gr.Row():
339
  with gr.Column():
340
+ generated_image = ImageSlider(label="Image / Refined Image")
341
  enhace_button = gr.Button("Enhance Image")
342
 
343
  with gr.Column():