tokeron commited on
Commit
d329d58
1 Parent(s): 3e50201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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