IlyasMoutawwakil HF staff commited on
Commit
da818ef
β€’
1 Parent(s): 7b15547

add huggy bench

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,11 +24,11 @@ BENCHMARKS = ["inference", "training"]
24
 
25
  with gr.Blocks() as demo:
26
  # add image
27
- gr.HTML(
28
- "<img src='https://https://huggingface.co/spaces/optimum/optimum-benchmark-ui/raw/main/huggy_bench.png' style='display: block; margin-left: auto; margin-right: auto; width: 50%;'>"
29
  )
30
  # title text
31
- gr.HTML("<h1 style='text-align: center'>πŸ€— Optimum-Benchmark UI πŸ‹οΈ</h1>")
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(