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