lizzy / app.py
nevreal's picture
Update app.py
4902eaf verified
raw
history blame contribute delete
No virus
167 Bytes
import gradio as gr
import os
repo = "nevreal/lizzy" # modify this
demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="lizzy")
demo.launch()