File size: 251 Bytes
89c6518
975a490
a7dccae
1
2
3
import gradio as gr
description = "Type in a prompt 'A dermatological photo of ' + xyz disease you can think of! Will run very slow since it's CPU-based"
gr.Interface.load("models/dzbao/SKINCON-disease-caption-LoRA", desciption = description).launch()