MyNameIsSimon commited on
Commit
9b493b0
·
verified ·
1 Parent(s): c9760a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
64
  my_model = MyModel()
65
  model_choices = [
66
  "lab2-as/lora_model_gguf, Q4",
 
67
  ]
68
  demo = gr.ChatInterface(
69
  my_model.respond,
 
64
  my_model = MyModel()
65
  model_choices = [
66
  "lab2-as/lora_model_gguf, Q4",
67
+ "lab2-as/lora_model_no_quant_gguf, Q4"
68
  ]
69
  demo = gr.ChatInterface(
70
  my_model.respond,