Spaces:
Running
Running
Commit
•
04d4e6b
1
Parent(s):
eabde51
typo
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as demo:
|
|
26 |
gr.Markdown(
|
27 |
"This is a demo space of [`optimum-Benchmark`](https://github.com/huggingface/optimum-benchmark.git):"
|
28 |
"<br>A unified multi-backend utility for benchmarking `transformers`, `diffusers`, `peft` and `timm` models with "
|
29 |
-
"
|
30 |
)
|
31 |
|
32 |
model = gr.Textbox(
|
|
|
26 |
gr.Markdown(
|
27 |
"This is a demo space of [`optimum-Benchmark`](https://github.com/huggingface/optimum-benchmark.git):"
|
28 |
"<br>A unified multi-backend utility for benchmarking `transformers`, `diffusers`, `peft` and `timm` models with "
|
29 |
+
"`optimum`'s optimizations & quantization, for inference & training, on different backends & hardwares."
|
30 |
)
|
31 |
|
32 |
model = gr.Textbox(
|