ML610 commited on
Commit
0cc2e4c
1 Parent(s): b37c903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=generate_response,
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,