Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal", secondary_hue="amber").s
|
|
116 |
with gr.Column(scale=1):
|
117 |
radio_input = gr.Radio(
|
118 |
label="🎨 Image Style",
|
119 |
-
choices=["Comic", "Cartoon", "3D", "Anime", "Ghibli", "Victorian"],
|
120 |
value="Comic"
|
121 |
)
|
122 |
|
|
|
116 |
with gr.Column(scale=1):
|
117 |
radio_input = gr.Radio(
|
118 |
label="🎨 Image Style",
|
119 |
+
choices=["Comic", "Cartoon", "3D", "Anime", "Ghibli", "Victorian", "Movie", "Star Wars", "Marvel"],
|
120 |
value="Comic"
|
121 |
)
|
122 |
|