PierreBrunelle commited on
Commit
7bdec99
·
verified ·
1 Parent(s): 83f9cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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]
 
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]