Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,16 +72,30 @@ with gr.Blocks(css=css) as demo:
|
|
72 |
)
|
73 |
|
74 |
run_button = gr.Button("Run", scale=0)
|
75 |
-
|
76 |
-
result = gr.Image(label="Result", show_label=False)
|
77 |
|
78 |
with gr.Row():
|
79 |
radio_buttons = gr.Radio(
|
80 |
choices=["Kaatz", "Mupp", "Hues", "Hamster"],
|
81 |
-
label="
|
82 |
value="Kaatz"
|
83 |
-
)
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
with gr.Accordion("Advanced Settings", open=False):
|
86 |
|
87 |
seed = gr.Slider(
|
|
|
72 |
)
|
73 |
|
74 |
run_button = gr.Button("Run", scale=0)
|
|
|
|
|
75 |
|
76 |
with gr.Row():
|
77 |
radio_buttons = gr.Radio(
|
78 |
choices=["Kaatz", "Mupp", "Hues", "Hamster"],
|
79 |
+
label="Hausdéier",
|
80 |
value="Kaatz"
|
81 |
+
)
|
82 |
+
|
83 |
+
with gr.Row():
|
84 |
+
radio_buttons = gr.Radio(
|
85 |
+
choices=["Wunnzëmmer", "Graffiti Mauer", "Strooss", "Plage", "Bësch"],
|
86 |
+
label="Hannergronn",
|
87 |
+
value="Stross"
|
88 |
+
)
|
89 |
+
|
90 |
+
with gr.Row():
|
91 |
+
radio_buttons = gr.Radio(
|
92 |
+
choices=["Photo", "Cartoon, "Woll", "Aquarell", "3D"],
|
93 |
+
label="Stlye",
|
94 |
+
value="Photo"
|
95 |
+
)
|
96 |
+
|
97 |
+
result = gr.Image(label="Result", show_label=False)
|
98 |
+
|
99 |
with gr.Accordion("Advanced Settings", open=False):
|
100 |
|
101 |
seed = gr.Slider(
|