Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -393,7 +393,7 @@ def create_interface():
|
|
| 393 |
with gr.Row():
|
| 394 |
with gr.Column(scale=2):
|
| 395 |
with gr.Accordion("Basic Settings"):
|
| 396 |
-
seed = gr.Number(label="Seed", value=random.randint(0, 1000000)
|
| 397 |
custom = gr.Textbox(label="Custom Input Prompt (optional)")
|
| 398 |
subject = gr.Textbox(label="Subject (optional)")
|
| 399 |
|
|
|
|
| 393 |
with gr.Row():
|
| 394 |
with gr.Column(scale=2):
|
| 395 |
with gr.Accordion("Basic Settings"):
|
| 396 |
+
seed = gr.Number(label="Seed", value=random.randint(0, 1000000))
|
| 397 |
custom = gr.Textbox(label="Custom Input Prompt (optional)")
|
| 398 |
subject = gr.Textbox(label="Subject (optional)")
|
| 399 |
|