IlyasMoutawwakil HF staff commited on
Commit
3aef4fb
β€’
1 Parent(s): 025ba08
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -31,10 +31,14 @@ with gr.Blocks() as demo:
31
  gr.Markdown("<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):"
36
- "<br>A unified multi-backend utility for benchmarking `transformers`, `diffusers`, `peft` and `timm` models with "
37
- "`optimum`'s optimizations & quantization, for inference & training, on different backends & hardwares."
 
 
 
 
38
  )
39
 
40
  model = gr.Textbox(
 
31
  gr.Markdown("<h1 style='text-align: center'>πŸ€— Optimum-Benchmark UI πŸ‹οΈ</h1>")
32
 
33
  # explanation text
34
+ gr.HTML(
35
+ "<h3 style='text-align: center'>"
36
+ "A zero code Gradio interface of <a href='https://github.com/huggingface/optimum-benchmark.git'>Optimum-Benchmark</a> :<br>"
37
+ "</h3>"
38
+ "<p style='text-align: center'>"
39
+ "A unified multi-backend utility for benchmarking any model on the Hub including Transformers, Diffusers, PEFT and Timm models with "
40
+ "Optimum's arsenal of optimizations & quantization schemes, for both inference & training, on multiple backends & hardware."
41
+ "</p>"
42
  )
43
 
44
  model = gr.Textbox(