Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def process_and_generate_post(video_file, social_media_type):
|
|
82 |
"sm_type": social_media_type
|
83 |
}])
|
84 |
|
85 |
-
|
86 |
|
87 |
# Retrieve Social media posts
|
88 |
social_media_post = t.select(t.answer).tail(1)['answer'][0]
|
|
|
82 |
"sm_type": social_media_type
|
83 |
}])
|
84 |
|
85 |
+
progress(0.2, desc="Extracting audio and frames...")
|
86 |
|
87 |
# Retrieve Social media posts
|
88 |
social_media_post = t.select(t.answer).tail(1)['answer'][0]
|