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