Update app.py
Browse files
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()
|