Nick088 commited on
Commit
5d3e0c1
·
verified ·
1 Parent(s): c3a6303

Forgot to remove the dropdown select model option

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -104,12 +104,6 @@ additional_inputs=[
104
  minimum=1,
105
  info="Use a manual starting point to initiate the generation process",
106
  ),
107
- gr.Dropdown(
108
- label="Model",
109
- choices=["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mixtral-8x7B-Mixtral-v0.1"],
110
- value=,
111
- info="Choose the model to use"
112
- )
113
  ]
114
 
115
  examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, None],
 
104
  minimum=1,
105
  info="Use a manual starting point to initiate the generation process",
106
  ),
 
 
 
 
 
 
107
  ]
108
 
109
  examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, None],