pandora-s commited on
Commit
ee68945
1 Parent(s): 7c4b339

description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()