Gyufyjk commited on
Commit
bf77fa9
·
verified ·
1 Parent(s): e287a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.load("models/artificialguybr/ColoringBookRedmond-V2").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ description = "This is a tool for coloring black and white images."
4
+
5
+ gr.load("models/artificialguybr/ColoringBookRedmond-V2").launch(description=description)