Spaces:
Running
Running
Commit
β’
025ba08
1
Parent(s):
da818ef
fix
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ BENCHMARKS = ["inference", "training"]
|
|
25 |
with gr.Blocks() as demo:
|
26 |
# add image
|
27 |
gr.Markdown(
|
28 |
-
"""<img src="https://
|
29 |
)
|
30 |
# title text
|
31 |
gr.Markdown("<h1 style='text-align: center'>π€ Optimum-Benchmark UI ποΈ</h1>")
|
|
|
25 |
with gr.Blocks() as demo:
|
26 |
# add image
|
27 |
gr.Markdown(
|
28 |
+
"""<img src="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>")
|