harishB97 commited on
Commit
07c5593
·
verified ·
1 Parent(s): 86b14b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
117
  image_output_2 = gr.Image()
118
 
119
  # Initialize with placeholder images
120
- image_output_1.update(display_image_based_on_dropdown_1)
121
- image_output_2.update(display_image_based_on_dropdown_2)
122
 
123
  demo.launch()
 
117
  image_output_2 = gr.Image()
118
 
119
  # Initialize with placeholder images
120
+ # image_output_1.update(display_image_based_on_dropdown_1)
121
+ # image_output_2.update(display_image_based_on_dropdown_2)
122
 
123
  demo.launch()