Spaces:
Runtime error
Runtime error
akhil20187
commited on
Update app.py
Browse files
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","
|
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=[
|