aixsatoshi commited on
Commit
d766a76
1 Parent(s): 4cfb337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -137,9 +137,8 @@ templates = [
137
  "B22", "LLAMA_3", "PHI_3"
138
  ]
139
 
140
-
141
  demo = gr.ChatInterface(
142
- fn=respond,
143
  additional_inputs=[
144
  gr.Dropdown([
145
  'Oumuamua-7b-RP_Q4_K_M.gguf',
@@ -154,7 +153,7 @@ demo = gr.ChatInterface(
154
  ),
155
  gr.Dropdown(
156
  choices=templates,
157
- value="LLAMA_3",
158
  label="Template"
159
  ),
160
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
 
137
  "B22", "LLAMA_3", "PHI_3"
138
  ]
139
 
 
140
  demo = gr.ChatInterface(
141
+ respond,
142
  additional_inputs=[
143
  gr.Dropdown([
144
  'Oumuamua-7b-RP_Q4_K_M.gguf',
 
153
  ),
154
  gr.Dropdown(
155
  choices=templates,
156
+ value="LLAMA_2",
157
  label="Template"
158
  ),
159
  gr.Textbox(value="You are a helpful assistant.", label="System message"),