ttxskk commited on
Commit
32fe019
1 Parent(s): 6a8b994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -89,6 +89,16 @@ TITLE = """
89
  </div>
90
  </div>
91
  """
 
 
 
 
 
 
 
 
 
 
92
  with gr.Blocks(title="AiOS", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
93
 
94
  gr.Markdown(TITLE)
 
89
  </div>
90
  </div>
91
  """
92
+ VIDEO = '''
93
+ <center><iframe width="960" height="540"
94
+ src="https://www.youtube.com/embed/yzCL7TYpzvc?si=EoxWNE6VPBxsy7Go"title="AiOS: All-in-One-Stage Expressive Human Pose and Shape Estimation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
95
+ </iframe>
96
+ </center><br>'''
97
+ DESCRIPTION = '''
98
+ <p>
99
+ Note: If a detected person's score is lower than the score threshold, this detection will be discarded. The default value is 0.3.
100
+ </p>
101
+ '''
102
  with gr.Blocks(title="AiOS", theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
103
 
104
  gr.Markdown(TITLE)