Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ if __name__ == "__main__":
|
|
| 109 |
gallery = gr.Image(
|
| 110 |
type="pil",
|
| 111 |
# label="grounding results"
|
| 112 |
-
)
|
| 113 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(
|
| 114 |
# grid=[1], height="auto", container=True, full_width=True, full_height=True)
|
| 115 |
|
|
|
|
| 109 |
gallery = gr.Image(
|
| 110 |
type="pil",
|
| 111 |
# label="grounding results"
|
| 112 |
+
)
|
| 113 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(
|
| 114 |
# grid=[1], height="auto", container=True, full_width=True, full_height=True)
|
| 115 |
|