Gyufyjk commited on
Commit
f90e18b
1 Parent(s): eb7db39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,7 +1,3 @@
1
  import gradio as gr
2
 
3
- description = "This is a tool for coloring black and white images."
4
-
5
- model = gr.load("models/artificialguybr/ColoringBookRedmond-V2")
6
- interface = gr.Interface(fn=model, inputs="text", outputs="text", title="Coloring Book Redmond", description=description)
7
- interface.launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/artificialguybr/ColoringBookRedmond-V2").launch()