Spaces:
Runtime error
Runtime error
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() |