Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,8 +56,8 @@ with gr.Blocks() as demo:
|
|
| 56 |
gr.Markdown(description)
|
| 57 |
|
| 58 |
# text_input = gr.Textbox(label="Enter prompt")
|
| 59 |
-
model_select = gr.Dropdown(label="Select Model", choices=['sd1', 'sd2'])
|
| 60 |
-
seed_input = gr.Number(label="Enter Seed", value=0) # Default seed set to 0
|
| 61 |
gallery = gr.Gallery(label="Generated Images", columns=6, rows=2, object_fit="contain", height="auto")
|
| 62 |
# Update the submit function to include the new inputs
|
| 63 |
|
|
|
|
| 56 |
gr.Markdown(description)
|
| 57 |
|
| 58 |
# text_input = gr.Textbox(label="Enter prompt")
|
| 59 |
+
# model_select = gr.Dropdown(label="Select Model", choices=['sd1', 'sd2'])
|
| 60 |
+
# seed_input = gr.Number(label="Enter Seed", value=0) # Default seed set to 0
|
| 61 |
gallery = gr.Gallery(label="Generated Images", columns=6, rows=2, object_fit="contain", height="auto")
|
| 62 |
# Update the submit function to include the new inputs
|
| 63 |
|