Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(title=title, theme=gr.themes.Monochrome()) as app:
|
|
107 |
)
|
108 |
quant = gr.Textbox(
|
109 |
value=default_quant,
|
110 |
-
label="Enter GGUF Quant (Q4_K_S) or BPW for other quantization schemes such as exl2",
|
111 |
)
|
112 |
btn = gr.Button(value="Submit", variant="primary")
|
113 |
btn.click(
|
|
|
107 |
)
|
108 |
quant = gr.Textbox(
|
109 |
value=default_quant,
|
110 |
+
label="Enter GGUF Quant (e.g. Q4_K_S) or the specific BPW for other quantization schemes such as exl2 (e.g. 4.5)",
|
111 |
)
|
112 |
btn = gr.Button(value="Submit", variant="primary")
|
113 |
btn.click(
|