NeuralFalcon commited on
Commit
3f6c6e7
·
verified ·
1 Parent(s): b789992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def ui():
57
  with gr.Column():
58
  output_video = gr.Video(label="Final Timelapse")
59
  gr.Markdown("### Instructions:")
60
- gr.Markdown("1. Upload images of faces.")
61
  gr.Markdown("2. Click 'Generate Timelapse'.")
62
  gr.Markdown("3. Download the resulting video.")
63
  gr.Markdown("4. Open any editing app and crop the video according to your use case.")
 
57
  with gr.Column():
58
  output_video = gr.Video(label="Final Timelapse")
59
  gr.Markdown("### Instructions:")
60
+ gr.Markdown("1. Upload multiple images of the same person’s face, such as selfies.")
61
  gr.Markdown("2. Click 'Generate Timelapse'.")
62
  gr.Markdown("3. Download the resulting video.")
63
  gr.Markdown("4. Open any editing app and crop the video according to your use case.")