Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
e0aa9bd
1
Parent(s):
7f4ab63
fix app
Browse files
app.py
CHANGED
|
@@ -256,10 +256,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 256 |
with gr.Row():
|
| 257 |
with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
| 258 |
with gr.Row():
|
| 259 |
-
output_size = gr.Dropdown(["576x1024"], value="576x1024", label="Output Size")
|
| 260 |
# output_size = gr.Dropdown(["576x1024", "256x256"], value="576x1024", label="Output Size", info="576x1024 is watermark-free")
|
| 261 |
with gr.Row():
|
| 262 |
-
seed = gr.Slider(label='
|
| 263 |
minimum=0,
|
| 264 |
maximum=1000,
|
| 265 |
step=1,
|
|
|
|
| 256 |
with gr.Row():
|
| 257 |
with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
| 258 |
with gr.Row():
|
| 259 |
+
output_size = gr.Dropdown(["576x1024"], value="576x1024", label="Output Size (around 1800s for 576x1024)")
|
| 260 |
# output_size = gr.Dropdown(["576x1024", "256x256"], value="576x1024", label="Output Size", info="576x1024 is watermark-free")
|
| 261 |
with gr.Row():
|
| 262 |
+
seed = gr.Slider(label='Random Seed',
|
| 263 |
minimum=0,
|
| 264 |
maximum=1000,
|
| 265 |
step=1,
|