PierreBrunelle
commited on
Commit
•
27c954a
1
Parent(s):
7bdec99
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ t['answer'] = t.response.choices[0].message.content
|
|
63 |
MAX_VIDEO_SIZE_MB = 35
|
64 |
CONCURRENCY_LIMIT = 1
|
65 |
|
66 |
-
def process_and_generate_post(video_file, social_media_type):
|
67 |
if not video_file:
|
68 |
return "Please upload a video file.", None
|
69 |
|
|
|
63 |
MAX_VIDEO_SIZE_MB = 35
|
64 |
CONCURRENCY_LIMIT = 1
|
65 |
|
66 |
+
def process_and_generate_post(video_file, social_media_type, progress=gr.Progress()):
|
67 |
if not video_file:
|
68 |
return "Please upload a video file.", None
|
69 |
|