eskayML commited on
Commit
dac29b0
1 Parent(s): f1d34b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ options =["mistralai/Mixtral-8x7B-Instruct-v0.1"
6
  ]
7
 
8
 
9
- model = gr.Dropdown(options = options)
10
  client = InferenceClient(model)
11
 
12
 
 
6
  ]
7
 
8
 
9
+ model = gr.Dropdown(choices = options)
10
  client = InferenceClient(model)
11
 
12