Spaces:
Runtime error
Runtime error
Bryan Wade
commited on
Commit
•
ed4c076
1
Parent(s):
ed590df
better defaults
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ lines = text_file.read().split('\n')
|
|
121 |
dropdown_arr, style_hashmap = convert_lines(lines)
|
122 |
|
123 |
|
124 |
-
style_dropdown = gr.Dropdown(label= "Item Ability and Style", choices=dropdown_arr, value="
|
125 |
|
126 |
output_img = gr.Gallery(label="Generated image")
|
127 |
output_img.style(grid=2)
|
|
|
121 |
dropdown_arr, style_hashmap = convert_lines(lines)
|
122 |
|
123 |
|
124 |
+
style_dropdown = gr.Dropdown(label= "Item Ability and Style", choices=dropdown_arr, value="ultimate evil")
|
125 |
|
126 |
output_img = gr.Gallery(label="Generated image")
|
127 |
output_img.style(grid=2)
|