Update app.py
Browse files
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-
|
| 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=[
|