mrestrepo commited on
Commit
91cb22c
·
1 Parent(s): ccb5dfe

Fixed little changes

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(css=css) as demo:
53
 
54
  with gr.Column(elem_id="col-container"):
55
  gr.Markdown(f"""
56
- # Text-to-Image Gradio Template
57
  """)
58
 
59
  with gr.Row():
@@ -72,17 +72,17 @@ with gr.Blocks(css=css) as demo:
72
 
73
  with gr.Accordion("Advanced Settings", open=True):
74
 
75
- seed = gr.Slider(
76
- label="Seed",
77
- minimum=0,
78
- maximum=MAX_SEED,
79
- step=1,
80
- value=0,
81
- visible=False
82
- )
83
 
84
- randomize_seed = gr.Checkbox(
85
- label="Randomize seed", value=True, visible=False)
86
 
87
  with gr.Row():
88
 
@@ -120,7 +120,7 @@ with gr.Blocks(css=css) as demo:
120
  minimum=1,
121
  maximum=50,
122
  step=1,
123
- value=45,
124
  visible=True
125
  )
126
 
 
53
 
54
  with gr.Column(elem_id="col-container"):
55
  gr.Markdown(f"""
56
+ # Draw Virtual Creators
57
  """)
58
 
59
  with gr.Row():
 
72
 
73
  with gr.Accordion("Advanced Settings", open=True):
74
 
75
+ # seed = gr.Slider(
76
+ # label="Seed",
77
+ # minimum=0,
78
+ # maximum=MAX_SEED,
79
+ # step=1,
80
+ # value=0,
81
+ # visible=False
82
+ # )
83
 
84
+ # randomize_seed = gr.Checkbox(
85
+ # label="Randomize seed", value=True, visible=False)
86
 
87
  with gr.Row():
88
 
 
120
  minimum=1,
121
  maximum=50,
122
  step=1,
123
+ value=48,
124
  visible=True
125
  )
126