Spaces:
Runtime error
Runtime error
Update edit_app.py
Browse files- edit_app.py +1 -1
edit_app.py
CHANGED
|
@@ -192,7 +192,7 @@ def main():
|
|
| 192 |
def reset():
|
| 193 |
return [0, "Randomize Seed", 1371, "Fix CFG", 7.5, 1.5, None]
|
| 194 |
|
| 195 |
-
with gr.Blocks(
|
| 196 |
with gr.Row():
|
| 197 |
with gr.Column(scale=1, min_width=100):
|
| 198 |
generate_button = gr.Button("Generate")
|
|
|
|
| 192 |
def reset():
|
| 193 |
return [0, "Randomize Seed", 1371, "Fix CFG", 7.5, 1.5, None]
|
| 194 |
|
| 195 |
+
with gr.Blocks() as demo:
|
| 196 |
with gr.Row():
|
| 197 |
with gr.Column(scale=1, min_width=100):
|
| 198 |
generate_button = gr.Button("Generate")
|