gaunernst commited on
Commit
36a071f
·
1 Parent(s): 77bb0fc

change default model to a non-gated one

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
66
  description=DESCRIPTION,
67
  fn=calculate,
68
  inputs=[
69
- gr.Textbox(label="model_id", value="google/gemma-3-1b-it"),
70
  gr.Number(label="Context length", value=128_000),
71
  gr.Number(label="No. of users", value=1),
72
  gr.Dropdown(label="KV cache dtype", choices=["fp16/bf16", "fp8"]),
 
66
  description=DESCRIPTION,
67
  fn=calculate,
68
  inputs=[
69
+ gr.Textbox(label="model_id", value="Qwen/QwQ-32B"),
70
  gr.Number(label="Context length", value=128_000),
71
  gr.Number(label="No. of users", value=1),
72
  gr.Dropdown(label="KV cache dtype", choices=["fp16/bf16", "fp8"]),