lev1 commited on
Commit
39e92d4
1 Parent(s): 296e148

Add description to new sections

Browse files
Files changed (3) hide show
  1. app_canny.py +1 -4
  2. app_canny_db.py +1 -4
  3. app_pose.py +1 -1
app_canny.py CHANGED
@@ -21,14 +21,11 @@ def create_demo(model: Model):
21
  """
22
  <div style="text-align: left; auto;">
23
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
24
- Description: TBD
25
  </h3>
26
  </div>
27
  """)
28
 
29
- with gr.Row():
30
- gr.Markdown('### You can either use one of the below shown examples, or upload your own video from which edge-motions will be extracted. But Take into account that for now If your uploaded video has more than 8 frames, then we will uniformly select them and our method will run only on them.')
31
-
32
  with gr.Row():
33
  with gr.Column():
34
  input_video = gr.Video(label="Input Video",source='upload', format="mp4", visible=True).style(height="auto")
 
21
  """
22
  <div style="text-align: left; auto;">
23
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
24
+ Description: For performance purposes, our current preview release supports any input videos but caps output videos to no longer than 15 seconds and the input videos are scaled down before processing.
25
  </h3>
26
  </div>
27
  """)
28
 
 
 
 
29
  with gr.Row():
30
  with gr.Column():
31
  input_video = gr.Video(label="Input Video",source='upload', format="mp4", visible=True).style(height="auto")
app_canny_db.py CHANGED
@@ -31,14 +31,11 @@ def create_demo(model: Model):
31
  """
32
  <div style="text-align: left; auto;">
33
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
34
- Description: TBD
35
  </h3>
36
  </div>
37
  """)
38
 
39
- with gr.Row():
40
- gr.Markdown('### You must choose one DB model and one "motion edges" shown below, or use the examples')
41
-
42
  with gr.Row():
43
  with gr.Column():
44
  gr.Markdown("## Selection")
 
31
  """
32
  <div style="text-align: left; auto;">
33
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
34
+ Description: Our current preview release supports only four predefined DreamBooth models and four "motion edges". So you must choose one DB model and one "motion edges" shown below, or use the examples.
35
  </h3>
36
  </div>
37
  """)
38
 
 
 
 
39
  with gr.Row():
40
  with gr.Column():
41
  gr.Markdown("## Selection")
app_pose.py CHANGED
@@ -20,7 +20,7 @@ def create_demo(model: Model):
20
  """
21
  <div style="text-align: left; auto;">
22
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
23
- Description: TBD
24
  </h3>
25
  </div>
26
  """)
 
20
  """
21
  <div style="text-align: left; auto;">
22
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
23
+ Description: You must select one pose sequence shown below, or use the examples.
24
  </h3>
25
  </div>
26
  """)