Alexander Bagus commited on
Commit
9035a3f
·
1 Parent(s): ffc2074
Files changed (2) hide show
  1. app.py +1 -1
  2. static/header.html +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(css=css) as demo:
182
 
183
  control_mode = gr.Radio(
184
  choices=["HED", "Canny", "Midas", "MLSD", "Pose"],
185
- value="Pose",
186
  label="Control Mode"
187
  )
188
  run_button = gr.Button("Generate", variant="primary")
 
182
 
183
  control_mode = gr.Radio(
184
  choices=["HED", "Canny", "Midas", "MLSD", "Pose"],
185
+ value="HED",
186
  label="Control Mode"
187
  )
188
  run_button = gr.Button("Generate", variant="primary")
static/header.html CHANGED
@@ -4,7 +4,7 @@
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
- This space still in development, please be patient 🙏
8
  <br>
9
  Supports multiple control conditions - including Canny, HED, Depth, Pose and MLSD.
10
  <br>
 
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
+ This space still in development, there will be some errors. Please be patient and check again later 🙏
8
  <br>
9
  Supports multiple control conditions - including Canny, HED, Depth, Pose and MLSD.
10
  <br>