SaladSlayer00 commited on
Commit
f8889ec
1 Parent(s): deeb0a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def process_video(uploaded_video, name, surname, interval_ms):
82
  # Gradio Interface
83
  with gr.Blocks() as demo:
84
  gr.Markdown("### Video Uploader and Face Detector")
85
- gr.Markdown("Download the example video to try it out, or upload your own video to add your images to the dataset!")
86
- gr.Markdown("Make a short 5-7 seconds video as shown in the example, with good lighting and visible face for best results.")
87
  with gr.Row():
88
  with gr.Column():
89
  video = gr.File(label="Upload Your Video!")
 
82
  # Gradio Interface
83
  with gr.Blocks() as demo:
84
  gr.Markdown("### Video Uploader and Face Detector")
85
+ gr.Markdown("Upload your own video to add your images to the dataset!")
86
+ gr.Markdown("Make a short 5-7 seconds video of your front and side profiles, **slowly rotating your face**, with good lighting and visible face for best results.")
87
  with gr.Row():
88
  with gr.Column():
89
  video = gr.File(label="Upload Your Video!")