Spaces:
Running
Running
Julien Simon
commited on
Commit
·
6094dcf
1
Parent(s):
590fb84
Fix message
Browse files
app.py
CHANGED
@@ -199,9 +199,10 @@ def display_results(model_name):
|
|
199 |
with gr.Blocks() as demo:
|
200 |
gr.Markdown("# Model Benchmark Results")
|
201 |
gr.Markdown(
|
202 |
-
"""This table shows the benchmark results for each model. \n
|
|
|
203 |
[TGI](https://huggingface.co/docs/text-generation-inference/reference/launcher),
|
204 |
-
[vLLM](https://docs.djl.ai/master/docs/serving/serving/docs/lmi/user_guides/vllm_user_guide.html), etc.)
|
205 |
)
|
206 |
model_dropdown = gr.Dropdown(choices=get_model_names(), label="Select Model")
|
207 |
|
|
|
199 |
with gr.Blocks() as demo:
|
200 |
gr.Markdown("# Model Benchmark Results")
|
201 |
gr.Markdown(
|
202 |
+
"""This table shows the benchmark results for each model. \n\n
|
203 |
+
Configurations are default unless noted.
|
204 |
[TGI](https://huggingface.co/docs/text-generation-inference/reference/launcher),
|
205 |
+
[vLLM](https://docs.djl.ai/master/docs/serving/serving/docs/lmi/user_guides/vllm_user_guide.html), etc.)are default unless noted."""
|
206 |
)
|
207 |
model_dropdown = gr.Dropdown(choices=get_model_names(), label="Select Model")
|
208 |
|