Spaces:
Running
Running
Commit
β’
da818ef
1
Parent(s):
7b15547
add huggy bench
Browse files
app.py
CHANGED
@@ -24,11 +24,11 @@ BENCHMARKS = ["inference", "training"]
|
|
24 |
|
25 |
with gr.Blocks() as demo:
|
26 |
# add image
|
27 |
-
gr.
|
28 |
-
"<img src=
|
29 |
)
|
30 |
# title text
|
31 |
-
gr.
|
32 |
|
33 |
# explanation text
|
34 |
gr.Markdown(
|
|
|
24 |
|
25 |
with gr.Blocks() as demo:
|
26 |
# add image
|
27 |
+
gr.Markdown(
|
28 |
+
"""<img src="https://https://huggingface.co/spaces/optimum/optimum-benchmark-ui/resolve/main/huggy_bench.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">"""
|
29 |
)
|
30 |
# title text
|
31 |
+
gr.Markdown("<h1 style='text-align: center'>π€ Optimum-Benchmark UI ποΈ</h1>")
|
32 |
|
33 |
# explanation text
|
34 |
gr.Markdown(
|