MyNameIsSimon
commited on
Update app.py
Browse files
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,
|