Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ title = "Mistral-7B-Instruct-GGUF"
|
|
20 |
description = "This space is an attempt to run the GGUF 4 bit quantized version of 'Mistral-7B-Instruct'."
|
21 |
|
22 |
UI = gr.Interface(
|
23 |
-
fn=
|
24 |
inputs=gr.Textbox(label="prompt", placeholder="Ask your queries here...."),
|
25 |
outputs=gr.Textbox(label="Response"),
|
26 |
title=title,
|
|
|
20 |
description = "This space is an attempt to run the GGUF 4 bit quantized version of 'Mistral-7B-Instruct'."
|
21 |
|
22 |
UI = gr.Interface(
|
23 |
+
fn=generateResponse,
|
24 |
inputs=gr.Textbox(label="prompt", placeholder="Ask your queries here...."),
|
25 |
outputs=gr.Textbox(label="Response"),
|
26 |
title=title,
|