IlyasMoutawwakil HF staff commited on
Commit
c36ecfb
β€’
1 Parent(s): 5ed1d68

added huggy bench

Browse files
Files changed (2) hide show
  1. app.py +5 -0
  2. huggy_bench.png +0 -0
app.py CHANGED
@@ -23,8 +23,13 @@ BENCHMARKS = ["inference", "training"]
23
 
24
 
25
  with gr.Blocks() as demo:
 
 
 
 
26
  # title text
27
  gr.HTML("<h1 style='text-align: center'>πŸ€— Optimum-Benchmark UI πŸ‹οΈ</h1>")
 
28
  # explanation text
29
  gr.Markdown(
30
  "This is a demo space of [`optimum-Benchmark`](https://github.com/huggingface/optimum-benchmark.git):"
 
23
 
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(
35
  "This is a demo space of [`optimum-Benchmark`](https://github.com/huggingface/optimum-benchmark.git):"
huggy_bench.png ADDED