Sayed121 commited on
Commit
c2e60b6
·
verified ·
1 Parent(s): f1d3a7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ iface = gr.Interface(
136
  fn=get_response,
137
  inputs=[
138
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
139
- gr.Radio(choices=["mixtral-8x7b-32768", "llama2-70b-4096","Gemma-7b-It"], label="Model Selection"),
140
  gr.State()
141
  ],
142
  outputs=[
 
136
  fn=get_response,
137
  inputs=[
138
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
139
+ gr.Radio(choices=["mixtral-8x7b-32768", "llama2-70b-4096","Gemma-7b-it"], label="Model Selection"),
140
  gr.State()
141
  ],
142
  outputs=[