Spaces:
Runtime error
Runtime error
description
Browse files
app.py
CHANGED
|
@@ -55,5 +55,5 @@ def run_inference(message, history):
|
|
| 55 |
result = tokenizer.decode(out_tokens[0])
|
| 56 |
return result
|
| 57 |
|
| 58 |
-
demo = gr.ChatInterface(fn=run_inference, title="Pixtral 12B", multimodal=True)
|
| 59 |
demo.queue().launch()
|
|
|
|
| 55 |
result = tokenizer.decode(out_tokens[0])
|
| 56 |
return result
|
| 57 |
|
| 58 |
+
demo = gr.ChatInterface(fn=run_inference, title="Pixtral 12B", multimodal=True, description="A demo chat interface with Pixtral 12B, deployed using Mistral Inference.")
|
| 59 |
demo.queue().launch()
|