wannaphong commited on
Commit
475e578
·
verified ·
1 Parent(s): 6211cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1b-instruct-q2_k.gguf",
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"),