Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,8 @@ demo = gr.ChatInterface(
|
|
102 |
respond,
|
103 |
additional_inputs=[
|
104 |
gr.Dropdown([
|
105 |
-
'
|
106 |
-
'
|
107 |
],
|
108 |
value="gemma-with-question-prev-1-f16.gguf",
|
109 |
label="Model"
|
|
|
102 |
respond,
|
103 |
additional_inputs=[
|
104 |
gr.Dropdown([
|
105 |
+
'gwq-9b-preview-q5_k_m.gguf',
|
106 |
+
'gwq-9b-preview2-q5_k_m.gguf'
|
107 |
],
|
108 |
value="gemma-with-question-prev-1-f16.gguf",
|
109 |
label="Model"
|