akhaliq HF staff commited on
Commit
7789584
1 Parent(s): 2b36c3d

remove mistral token option

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -274,7 +274,6 @@ with gr.Blocks(fill_height=True) as demo:
274
  mistral_interface = gr.load(
275
  name=mistral_model.value,
276
  src=mistral_gradio.registry,
277
- accept_token=True,
278
  fill_height=True
279
  )
280
 
@@ -282,7 +281,6 @@ with gr.Blocks(fill_height=True) as demo:
282
  return gr.load(
283
  name=new_model,
284
  src=mistral_gradio.registry,
285
- accept_token=True,
286
  fill_height=True
287
  )
288
 
 
274
  mistral_interface = gr.load(
275
  name=mistral_model.value,
276
  src=mistral_gradio.registry,
 
277
  fill_height=True
278
  )
279
 
 
281
  return gr.load(
282
  name=new_model,
283
  src=mistral_gradio.registry,
 
284
  fill_height=True
285
  )
286