Commit
·
252a4e1
1
Parent(s):
a3b1d79
Update app.py
Browse files
app.py
CHANGED
@@ -326,8 +326,7 @@ description="<p style='text-align: center;'>Textual Inversion in Stable Diffusio
|
|
326 |
gallery = gr.Gallery(label="Generated images", show_label=True, elem_id="gallery", columns=3).style(grid=[2], height="auto")
|
327 |
|
328 |
gr.Interface(fn=inference, inputs=["text",
|
329 |
-
gr.Radio([('<snoopy>',0), ('<boot-mjstyle>',1),('<birb-style>',2),
|
330 |
-
('<pop_art>',3),('<ronaldo>',4),('<Thumps_up>',5), value = 0, label = 'Style')],
|
331 |
outputs = gallery, title = title,
|
332 |
examples = [['Blank',0],
|
333 |
#['an oil painting of a goddess',6],
|
|
|
326 |
gallery = gr.Gallery(label="Generated images", show_label=True, elem_id="gallery", columns=3).style(grid=[2], height="auto")
|
327 |
|
328 |
gr.Interface(fn=inference, inputs=["text",
|
329 |
+
gr.Radio([('<snoopy>',0), ('<boot-mjstyle>',1),('<birb-style>',2),('<pop_art>',3),('<ronaldo>',4),('<Thumps_up>',5), value = 0, label = 'Style')]),
|
|
|
330 |
outputs = gallery, title = title,
|
331 |
examples = [['Blank',0],
|
332 |
#['an oil painting of a goddess',6],
|