developer28 commited on
Commit
3951a95
·
verified ·
1 Parent(s): 95cc944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -73,7 +73,7 @@ class YouTubeDownloader:
73
  1. Create detailed scene descriptions that include:
74
  - Physical appearance of people (age, gender, clothing, hair, etc.)
75
  - Exact actions being performed
76
- - Dialogue or speech (if mentioned in title/description)
77
  - Setting and environment details
78
  - Props, objects, or products being shown
79
  - Visual effects, text overlays, or graphics
@@ -99,6 +99,10 @@ class YouTubeDownloader:
99
  - Transitions between scenes
100
 
101
  5. Write descriptions as if you're watching the video in real-time, noting everything visible and audible.
 
 
 
 
102
 
103
  Based on the title and description, intelligently infer what would likely happen in each time segment. Consider the video type and create contextually appropriate, detailed descriptions.
104
  """
 
73
  1. Create detailed scene descriptions that include:
74
  - Physical appearance of people (age, gender, clothing, hair, etc.)
75
  - Exact actions being performed
76
+ - Dialogue or speech (actual lines spoken, inferred if not explicitly given)
77
  - Setting and environment details
78
  - Props, objects, or products being shown
79
  - Visual effects, text overlays, or graphics
 
99
  - Transitions between scenes
100
 
101
  5. Write descriptions as if you're watching the video in real-time, noting everything visible and audible.
102
+
103
+ 6.Dialogue:
104
+ - Include short direct speech/dialogue wherever possible.
105
+ - If no exact lines are known, intelligently infer short probable phrases (e.g., "Let's get started!", "Here's how you do it.", etc.)
106
 
107
  Based on the title and description, intelligently infer what would likely happen in each time segment. Consider the video type and create contextually appropriate, detailed descriptions.
108
  """