Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
fd0fd49
1
Parent(s):
a566d60
fix
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ with demo:
|
|
343 |
quantization_checkboxes,
|
344 |
score_slider,
|
345 |
memory_slider,
|
346 |
-
f"1x{hardware}",
|
347 |
],
|
348 |
[hardware_dataframes[hardware], hardware_plots[hardware]],
|
349 |
)
|
|
|
343 |
quantization_checkboxes,
|
344 |
score_slider,
|
345 |
memory_slider,
|
346 |
+
f"Succeeded-1x{hardware}",
|
347 |
],
|
348 |
[hardware_dataframes[hardware], hardware_plots[hardware]],
|
349 |
)
|