jvcanavarro commited on
Commit
ac20a8f
1 Parent(s): a052a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
27
  inputs=gr.Video(label="Video", include_audio=True),
28
  outputs=gr.Label(num_top_classes=5, label="Results"),
29
  title="Personality Traits Prediction [Prototype]",
30
- description="Predicts the 5 psychological traits using an introduction video",
31
  thumbnail="https://cdn-icons-png.flaticon.com/512/3392/3392044.png",
32
  examples="egs",
33
  cache_examples=True,
 
27
  inputs=gr.Video(label="Video", include_audio=True),
28
  outputs=gr.Label(num_top_classes=5, label="Results"),
29
  title="Personality Traits Prediction [Prototype]",
30
+ description="Predicts the 5 psychological traits of a person using an short introduction video",
31
  thumbnail="https://cdn-icons-png.flaticon.com/512/3392/3392044.png",
32
  examples="egs",
33
  cache_examples=True,