Ifeanyi commited on
Commit
1700222
·
verified ·
1 Parent(s): 7aa9d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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