BhumikaMak commited on
Commit
9654321
·
verified ·
1 Parent(s): da781ed

resolved gr.Gallery param issue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,7 +111,7 @@ 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
- grid=[1]
115
 
116
  )
117
  netron_display = gr.HTML(label="Netron Visualization")
@@ -128,7 +128,7 @@ with gr.Blocks(css=custom_css) as interface:
128
  rows=1,
129
  object_fit="contain",
130
  height="auto", # Adjust height automatically based on content
131
- grid=[1]
132
 
133
  )
134
 
 
111
  rows=1,
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
114
+ columns=1
115
 
116
  )
117
  netron_display = gr.HTML(label="Netron Visualization")
 
128
  rows=1,
129
  object_fit="contain",
130
  height="auto", # Adjust height automatically based on content
131
+ columns=1
132
 
133
  )
134