padmanabhbosamia commited on
Commit
80a5c99
·
1 Parent(s): 254319a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ gallery = gr.Gallery(label="Generated images", show_label=True, elem_id="gallery
328
  gr.Interface(fn=inference, inputs=["text",
329
 
330
  gr.Radio([('<snoopy>',0), ('<boot-mjstyle>',1),('<birb-style>',2),
331
- ('<pop_art>',3),(' <ronaldo>',4),('<Thumps_up>',5), value = 0, label = 'Style')],
332
  outputs = gallery, title = title,
333
  examples = [['a girl playing in snow',0],
334
  #['an oil painting of a goddess',6],
 
328
  gr.Interface(fn=inference, inputs=["text",
329
 
330
  gr.Radio([('<snoopy>',0), ('<boot-mjstyle>',1),('<birb-style>',2),
331
+ ('<pop_art>',3),(' <ronaldo>',4),('<Thumps_up>',5)], value = 0, label = 'Style')],
332
  outputs = gallery, title = title,
333
  examples = [['a girl playing in snow',0],
334
  #['an oil painting of a goddess',6],