File size: 220 Bytes
189a011
 
09ee478
 
 
 
de86e6d
09ee478
1
2
3
4
5
6
7
8
9
import gradio as gr

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

demo.launch()