test3 / app.py
Mr-Bhaskar's picture
Update app.py
7e602d0 verified
raw
history blame
93 Bytes
import gradio as gr
demo = gr.load("Mr-Bhaskar/fbt-mistral-7b", src="models")
demo.launch()