anime-quality / app.py
shadowlilac's picture
Update app.py
531737b
raw
history blame contribute delete
No virus
140 Bytes
import gradio as gr
import os
gr.Interface.load("models/shadowlilac/anime-quality-v3", api_key=os.getenv('HUGGING_FACE_HUB_TOKEN')).launch()