osanseviero's picture
Update app.py
7233eb1
raw
history blame
161 Bytes
import gradio as gr
my_theme = gr.Theme.from_hub("ysharma/llamas")
gr.Interface.load("models/osanseviero/llama-alpaca-guanaco-vicuna", theme=my_theme).launch()