Matyáš Boháček commited on
Commit
31f9148
1 Parent(s): ad6702d

Update the description

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -111,27 +111,25 @@ demo = gr.Interface(fn=greet, inputs=[gr.Dropdown(["Webcam", "Video"], label="Pl
111
  title="SPOTER Sign language recognition",
112
  description="""
113
  <details>
114
- <summary style="font-family: MonumentExpanded; color: rgb(218, 221, 216); font-size: 1em !important;" class="unselectable">
115
  Instructions
116
  </summary>
117
  <ol>
118
- <li> upload video in question
119
  <ul>
120
- <li> interview- or speech-style with only one person visible and no video cuts
121
- <li> between thirty seconds and three minutes in length
122
  </ul>
123
  <li> click "Submit"
124
- <li> if server is busy, your video will be queued up
125
- <li> results will appear in "Results" panel and will be sent to your e-mail
126
  <li> if you believe that our analysis is incorrect, you can "Flag" the video and we will review for accuracy
127
- <li> see M. Boháček and H. Farid. Protecting President Zelenskyy against Deep Fakes, arXiv:2206.12043, 2022 [<a href="https://arxiv.org/abs/2206.12043#">preprint</a>]
128
  </ol>
129
  </details>
130
  <details>
131
- <summary style="font-family: MonumentExpanded; color: rgb(218, 221, 216); font-size: 1em !important;" class="unselectable">
132
  Privacy
133
  </summary>
134
- We do not collect any user information. The videos are deleted from our servers after the analysis is completed, unless you directly flag them for inspection.
135
  </details>
136
  """,
137
  article="",
 
111
  title="SPOTER Sign language recognition",
112
  description="""
113
  <details>
114
+ <summary style="font-family: MonumentExpanded; font-size: 1em !important;" class="unselectable">
115
  Instructions
116
  </summary>
117
  <ol>
118
+ <li> upload or record video
119
  <ul>
120
+ <li> only one person in the shot
121
+ <li> front-facing, calm background
122
  </ul>
123
  <li> click "Submit"
124
+ <li> results will appear in "Results" panel shortly
 
125
  <li> if you believe that our analysis is incorrect, you can "Flag" the video and we will review for accuracy
 
126
  </ol>
127
  </details>
128
  <details>
129
+ <summary style="font-family: MonumentExpanded;font-size: 1em !important;" class="unselectable">
130
  Privacy
131
  </summary>
132
+ We do not collect any user information. The videos are deleted from our servers after the inference is completed, unless you flag any of them for further inspection.
133
  </details>
134
  """,
135
  article="",