dzbao commited on
Commit
ffa92b8
1 Parent(s): a7dccae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
  description = "Type in a prompt 'A dermatological photo of ' + xyz disease you can think of! Will run very slow since it's CPU-based"
3
- gr.Interface.load("models/dzbao/SKINCON-disease-caption-LoRA", desciption = description).launch()
 
1
  import gradio as gr
2
  description = "Type in a prompt 'A dermatological photo of ' + xyz disease you can think of! Will run very slow since it's CPU-based"
3
+ gr.Interface.load("models/dzbao/SKINCON-disease-caption-LoRA", description = description).launch()