Spaces:
Runtime error
Runtime error
SaladSlayer00
commited on
Commit
•
1ff42e9
1
Parent(s):
f8889ec
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def process_video(uploaded_video, name, surname, interval_ms):
|
|
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
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
video = gr.File(label="Upload Your Video!")
|
|
|
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 10-15 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!")
|