Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,6 @@ with gr.Blocks() as demo:
|
|
| 372 |
input_images.change(
|
| 373 |
fn=get_image_count_info,
|
| 374 |
inputs=[input_images],
|
| 375 |
-
outputs=[image_count_info]
|
| 376 |
)
|
| 377 |
|
| 378 |
style_gallery.select(
|
|
|
|
| 372 |
input_images.change(
|
| 373 |
fn=get_image_count_info,
|
| 374 |
inputs=[input_images],
|
|
|
|
| 375 |
)
|
| 376 |
|
| 377 |
style_gallery.select(
|