akhil20187 commited on
Commit
c75c750
·
verified ·
1 Parent(s): 3a231c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=[
54
  gr.Image(label = "Upload your Image"),
55
  gr.Dropdown(choices=["Graphic Illustration","Anime", "ComicStrip", "Disney", "Pixar 3D", "Pixel Art", "Gothic", "Chibi"," Oil Painting"], label="Style"),
56
- gr.Dropdown(choices=["SuperMan","Cinderrella","SnowWhite","Elsa Frozen", "Batman", "Ariel Mermaid", "Wonder Woman", "Iron-Man","Spider-Man","Captain America","Batgirl","Blackwidow","Hulk"], label="Character"),
57
  gr.Textbox(lines=2, placeholder="Enter your prompt here...", label="Describe the background of the image")
58
  ],
59
  outputs=[
 
53
  inputs=[
54
  gr.Image(label = "Upload your Image"),
55
  gr.Dropdown(choices=["Graphic Illustration","Anime", "ComicStrip", "Disney", "Pixar 3D", "Pixel Art", "Gothic", "Chibi"," Oil Painting"], label="Style"),
56
+ gr.Dropdown(choices=["SuperMan","Cinderella","Snow-White","Elsa Frozen", "Batman", "Ariel Mermaid", "Wonder Woman", "Iron-Man","Spider-Man","Captain America","Batgirl","Blackwidow","Hulk"], label="Character"),
57
  gr.Textbox(lines=2, placeholder="Enter your prompt here...", label="Describe the background of the image")
58
  ],
59
  outputs=[