Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ demo = gr.ChatInterface(
|
|
119 |
'khanomtanllm-1b-instruct-q2_k.gguf',
|
120 |
'khanomtanllm-3b-instruct-q2_k.gguf',
|
121 |
],
|
122 |
-
value="khanomtanllm-
|
123 |
label="Model"
|
124 |
),
|
125 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
|
|
119 |
'khanomtanllm-1b-instruct-q2_k.gguf',
|
120 |
'khanomtanllm-3b-instruct-q2_k.gguf',
|
121 |
],
|
122 |
+
value="khanomtanllm-3b-instruct-q2_k.gguf",
|
123 |
label="Model"
|
124 |
),
|
125 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|