File size: 185 Bytes
189a011
 
0068ee3
 
 
 
de86e6d
1
2
3
4
5
6
7
8
import gradio as gr

gr.load("models/mistralai/Mistral-7B-Instruct-v0.2",
        title="Someone's Chatty",
        description="What would you like to chat about?"
        ).launch()