Spaces:
Runtime error
Runtime error
SaladSlayer00
commited on
Commit
•
f8889ec
1
Parent(s):
deeb0a3
Update app.py
Browse files
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("
|
86 |
-
gr.Markdown("Make a short 5-7 seconds video
|
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!")
|