Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,10 +112,11 @@ if __name__ == "__main__":
|
|
| 112 |
)
|
| 113 |
|
| 114 |
with gr.Column():
|
| 115 |
-
gallery = gr.outputs.Image(
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
).style(full_width=True, full_height=True)
|
|
|
|
| 119 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(
|
| 120 |
# grid=[1], height="auto", container=True, full_width=True, full_height=True)
|
| 121 |
|
|
|
|
| 112 |
)
|
| 113 |
|
| 114 |
with gr.Column():
|
| 115 |
+
# gallery = gr.outputs.Image(
|
| 116 |
+
# type="pil",
|
| 117 |
+
# # label="grounding results"
|
| 118 |
+
# ).style(full_width=True, full_height=True)
|
| 119 |
+
gallery = gr.Image(type="pil")
|
| 120 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(
|
| 121 |
# grid=[1], height="auto", container=True, full_width=True, full_height=True)
|
| 122 |
|