Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|