farmax commited on
Commit
3216863
1 Parent(s): d0929ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# LLM Memory and Performance Calculator")
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():