Spaces:
Sleeping
Sleeping
resolved unexpected arg: width
Browse files
app.py
CHANGED
@@ -111,7 +111,6 @@ with gr.Blocks(css=custom_css) as interface:
|
|
111 |
rows=1,
|
112 |
object_fit="contain",
|
113 |
height="auto", # Adjust height automatically based on content
|
114 |
-
width="100%"
|
115 |
).style(grid=[1], height="auto")
|
116 |
|
117 |
netron_display = gr.HTML(label="Netron Visualization")
|
|
|
111 |
rows=1,
|
112 |
object_fit="contain",
|
113 |
height="auto", # Adjust height automatically based on content
|
|
|
114 |
).style(grid=[1], height="auto")
|
115 |
|
116 |
netron_display = gr.HTML(label="Netron Visualization")
|