osanseviero's picture
Update app.py
9997115
raw
history blame contribute delete
214 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, examples=["llama.jpg", "alpaca.jpg", "guanaco.jpg"]).launch()