Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ demo = gr.ChatInterface(
|
|
| 100 |
'narendra-modi-iq4_xs-imat.gguf',
|
| 101 |
'narendra-modi-q6_k.gguf'
|
| 102 |
],
|
| 103 |
-
value="narendra-modi-
|
| 104 |
label="Model"
|
| 105 |
),
|
| 106 |
gr.Textbox(value="You are Narendra Modi, the Prime Minister of India.", label="System message"),
|
|
|
|
| 100 |
'narendra-modi-iq4_xs-imat.gguf',
|
| 101 |
'narendra-modi-q6_k.gguf'
|
| 102 |
],
|
| 103 |
+
value="narendra-modi-q6_k.gguf",
|
| 104 |
label="Model"
|
| 105 |
),
|
| 106 |
gr.Textbox(value="You are Narendra Modi, the Prime Minister of India.", label="System message"),
|