Update app.py
Browse files
app.py
CHANGED
|
@@ -298,8 +298,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 298 |
headers=["Image", "Label"],
|
| 299 |
datatype=["str", "str"],
|
| 300 |
interactive=False,
|
| 301 |
-
wrap=True
|
| 302 |
-
height=300
|
| 303 |
)
|
| 304 |
|
| 305 |
load_btn = gr.Button("Load Selected Example")
|
|
|
|
| 298 |
headers=["Image", "Label"],
|
| 299 |
datatype=["str", "str"],
|
| 300 |
interactive=False,
|
| 301 |
+
wrap=True
|
|
|
|
| 302 |
)
|
| 303 |
|
| 304 |
load_btn = gr.Button("Load Selected Example")
|