BhumikaMak commited on
Commit
e43dd3c
·
verified ·
1 Parent(s): a3ee2cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -132,10 +132,9 @@ with gr.Blocks(css=custom_css) as interface:
132
  dff_gallery = gr.Gallery(
133
  label="Deep Feature Factorization",
134
  rows=1,
135
- height="auto", # Adjust height automatically based on content
136
  columns=1,
137
  object_fit="cover",
138
- height=300, # Adjust as needed
139
 
140
  )
141
 
 
132
  dff_gallery = gr.Gallery(
133
  label="Deep Feature Factorization",
134
  rows=1,
 
135
  columns=1,
136
  object_fit="cover",
137
+ height=300 # Adjust as needed
138
 
139
  )
140