yrvelez commited on
Commit
35108c2
·
1 Parent(s): 6242862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
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()
39
  iface.launch()
 
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 a pre-loaded 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. After the model has been loaded, it will be cached for the rest of the session (i.e., you won't need to download it again)."
37
  )
38
  iface.queue()
39
  iface.launch()