lmattingly13 commited on
Commit
dbc73d9
·
1 Parent(s): 2692b6e

added images, reanmed files

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. simpsons_animated_1.jpeg +0 -0
  3. simpsons_human_1.jpg +0 -0
app.py CHANGED
@@ -8,7 +8,7 @@ def infer(image, prompt):
8
 
9
  title = "ControlNet for Cartoon-ifying"
10
  description = "This is a demo on ControlNet for changing images of people into cartoons of different styles."
11
- examples = [["./simpsons_human_10.png", "turn into a simpsons character", "./simpsons_animated_10.png"]]
12
 
13
  gr.Interface(fn = infer, inputs = ["image", "text"], outputs = "image",
14
  title = title, description = description, examples = examples, theme='gradio/soft').launch()
 
8
 
9
  title = "ControlNet for Cartoon-ifying"
10
  description = "This is a demo on ControlNet for changing images of people into cartoons of different styles."
11
+ examples = [["./simpsons_human_1.jpg", "turn into a simpsons character", "./simpsons_animated_1.jpg"]]
12
 
13
  gr.Interface(fn = infer, inputs = ["image", "text"], outputs = "image",
14
  title = title, description = description, examples = examples, theme='gradio/soft').launch()
simpsons_animated_1.jpeg ADDED
simpsons_human_1.jpg ADDED