Raman Dutt commited on
Commit
9e976f8
·
1 Parent(s): 87daa1c

added height and width to the bar plot

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -159,6 +159,8 @@ def predict(
159
  label="PEFT Type",
160
  title="Number of Tunable Parameters",
161
  vertical=True,
 
 
162
  )
163
 
164
  return result_pil_image, bar_plot
 
159
  label="PEFT Type",
160
  title="Number of Tunable Parameters",
161
  vertical=True,
162
+ height=300,
163
+ width=300,
164
  )
165
 
166
  return result_pil_image, bar_plot