Ryouko65777's picture
Update app.py
610e2c3 verified
raw
history blame
147 Bytes
import gradio as gr
from civitai_downloader import download_file
with gr.Blocks() as demo:
gr.Markdown("# IN PROGRESS")
demo.launch()