Spaces:
Sleeping
Sleeping
Commit
β’
3aef4fb
1
Parent(s):
025ba08
center
Browse files
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.
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
|
|
|
|
|
|
|
|
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(
|