Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def calculate_llm_metrics(num_gpu, prompt_size, response_size, n_concurrent_requ
|
|
91 |
|
92 |
# Create Gradio interface
|
93 |
with gr.Blocks(title="LLM Calculator") as demo:
|
94 |
-
gr.Markdown("#
|
95 |
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
|
|
91 |
|
92 |
# Create Gradio interface
|
93 |
with gr.Blocks(title="LLM Calculator") as demo:
|
94 |
+
gr.Markdown("# A calculator to estimate the memory footprint, capacity, and latency on VMware Private AI with NVIDIA")
|
95 |
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|