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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=custom_css) as interface:
133
  label="Deep Feature Factorization",
134
  rows=1,
135
  columns=1,
136
- object_fit="cover",
137
  height=300 # Adjust as needed
138
 
139
  )
 
133
  label="Deep Feature Factorization",
134
  rows=1,
135
  columns=1,
136
+ object_fit="contain",
137
  height=300 # Adjust as needed
138
 
139
  )