Jyothirmai commited on
Commit
46320f8
·
verified ·
1 Parent(s): 8a3f002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ with gr.Blocks() as demo:
44
 
45
  # Handle changes for both uploaded and sample images
46
  gr.Image.change(predict, [image, model_choice], caption)
47
- sample_image_gallery.change(predict, [sample_image_gallery, model_choice], caption)
48
 
49
  demo.launch()
 
44
 
45
  # Handle changes for both uploaded and sample images
46
  gr.Image.change(predict, [image, model_choice], caption)
47
+ # sample_image_gallery.change(predict, [sample_image_gallery, model_choice], caption)
48
 
49
  demo.launch()