Sayed121 commited on
Commit
ade2d11
·
verified ·
1 Parent(s): c67c90e

Update app.py

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