Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ with gr.Blocks() as demo:
|
|
52 |
elem_id="gallery", object_fit="contain", height="auto"
|
53 |
)
|
54 |
|
55 |
-
|
56 |
btn.click(inference, prompt, [image, gallery])
|
57 |
|
58 |
|
|
|
52 |
elem_id="gallery", object_fit="contain", height="auto"
|
53 |
)
|
54 |
|
|
|
55 |
btn.click(inference, prompt, [image, gallery])
|
56 |
|
57 |
|