philschmid commited on
Commit
7085887
·
verified ·
1 Parent(s): d521aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,10 +25,10 @@ demo = gr.Interface(
25
  inputs=[
26
  gr.Textbox(label="Model ID", placeholder="meta-llama/Llama-2-7b-chat-hf"),
27
  gr.Slider(
28
- step=4000,
29
- minimum=16_000,
30
- maximum=640_000,
31
- value=24_000,
32
  label="GPU memory",
33
  info="Select how much GPU memory you have available",
34
  ),
 
25
  inputs=[
26
  gr.Textbox(label="Model ID", placeholder="meta-llama/Llama-2-7b-chat-hf"),
27
  gr.Slider(
28
+ step=4,
29
+ minimum=16,
30
+ maximum=640,
31
+ value=24,
32
  label="GPU memory",
33
  info="Select how much GPU memory you have available",
34
  ),