Spaces:
Runtime error
Runtime error
RashiAgarwal
commited on
Commit
•
1065df4
1
Parent(s):
8192403
Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ gallery = gr.Gallery(label="Generated images", show_label=True, elem_id="gallery
|
|
329 |
gr.Interface(fn=inference, inputs=["text",
|
330 |
|
331 |
gr.Radio([('<midjourney-style>',0), ('<hitokomoru-style>',1),('<birb-style>',2),
|
332 |
-
('<summie-style>',3),('<illustration-style>',4),('<m-geo>',5),('<buhu>',6)] , value = 0, label = '
|
333 |
outputs = gallery, title = title,
|
334 |
examples = [['a girl playing in snow',0],
|
335 |
#['an oil painting of a goddess',6],
|
|
|
329 |
gr.Interface(fn=inference, inputs=["text",
|
330 |
|
331 |
gr.Radio([('<midjourney-style>',0), ('<hitokomoru-style>',1),('<birb-style>',2),
|
332 |
+
('<summie-style>',3),('<illustration-style>',4),('<m-geo>',5),('<buhu>',6)] , value = 0, label = 'Style')],
|
333 |
outputs = gallery, title = title,
|
334 |
examples = [['a girl playing in snow',0],
|
335 |
#['an oil painting of a goddess',6],
|