update app
Browse files
app.py
CHANGED
@@ -282,12 +282,12 @@ with gr.Blocks(fill_height=True) as demo:
|
|
282 |
name=new_model,
|
283 |
src=mistral_gradio.registry,
|
284 |
fill_height=True
|
285 |
-
)
|
286 |
|
287 |
mistral_model.change(
|
288 |
fn=update_mistral_model,
|
289 |
inputs=[mistral_model],
|
290 |
-
outputs=[mistral_interface]
|
291 |
)
|
292 |
|
293 |
gr.Markdown("""
|
|
|
282 |
name=new_model,
|
283 |
src=mistral_gradio.registry,
|
284 |
fill_height=True
|
285 |
+
)._render()
|
286 |
|
287 |
mistral_model.change(
|
288 |
fn=update_mistral_model,
|
289 |
inputs=[mistral_model],
|
290 |
+
outputs=[mistral_interface],
|
291 |
)
|
292 |
|
293 |
gr.Markdown("""
|