test / app.py
redpeacock78
fix: Fix app.py
4e7d7a6
raw
history blame contribute delete
No virus
412 Bytes
import torch
import gradio as gr
model = torch.hub.download_url_to_file("https://huggingface.co./redpeacock78/test/resolve/main/IllustroMeld%20-%20((AnythingV5%3A50%25%2BSomethingV2.2%3A%2550)%3A70%25%2BBalorMixV4.3%3A%2530)%3A70%25%2B((Hyperanatomy_MegamergeV1%3A70%25%2Bgape60%3A30%25)%3A80%25%2BSodaMixV10%3A30%25)%3A30%25.safetensors", "IllustroMeld.safetensors")
gr.Interface.from_pipeline(model).launch()