yrvelez commited on
Commit
3198ef6
·
1 Parent(s): 680ccd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  gr.inputs.Slider(1, 2048, default=50, step=1, label="Max New Tokens")
33
  ],
34
  outputs="text",
35
- title="Universal GGML Chat",
36
  description="Enter a Hugging Face repository URL for a LLaMA-based GGML model and a prompt. If you want to use an existing model, simply enter 'flamingo_q4.bin' in the Model URL field and leave the Model File field blank. If the GGML model page you're using has multiple .bin files, specify the one you want to use in the Model File field."
37
  )
38
  iface.queue()
 
32
  gr.inputs.Slider(1, 2048, default=50, step=1, label="Max New Tokens")
33
  ],
34
  outputs="text",
35
+ title="GGML Chat",
36
  description="Enter a Hugging Face repository URL for a LLaMA-based GGML model and a prompt. If you want to use an existing model, simply enter 'flamingo_q4.bin' in the Model URL field and leave the Model File field blank. If the GGML model page you're using has multiple .bin files, specify the one you want to use in the Model File field."
37
  )
38
  iface.queue()