Oranblock commited on
Commit
222fc77
·
verified ·
1 Parent(s): 7d9826c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -213,6 +213,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
213
  value="75mm",
214
  label="Sticker Size",
215
  )
 
 
 
 
 
216
  background_selection = gr.Radio(
217
  choices=["transparent", "white"],
218
  value="transparent",
 
213
  value="75mm",
214
  label="Sticker Size",
215
  )
216
+ style_selection = gr.Radio(
217
+ choices=STYLE_NAMES,
218
+ value=DEFAULT_STYLE_NAME,
219
+ label="Image Style",
220
+ )
221
  background_selection = gr.Radio(
222
  choices=["transparent", "white"],
223
  value="transparent",