Raman Dutt
commited on
Commit
•
0aa83a7
1
Parent(s):
b23394b
minor fix
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ def predict(
|
|
270 |
y="Number of Tunable Parameters",
|
271 |
label="PEFT Type",
|
272 |
title="Number of Tunable Parameters",
|
273 |
-
vertical=
|
274 |
)
|
275 |
|
276 |
return result_pil_image, bar_plot
|
|
|
270 |
y="Number of Tunable Parameters",
|
271 |
label="PEFT Type",
|
272 |
title="Number of Tunable Parameters",
|
273 |
+
vertical=True,
|
274 |
)
|
275 |
|
276 |
return result_pil_image, bar_plot
|