Spaces:
Runtime error
Runtime error
remove mistral token option
Browse files
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 |
|