Spaces:
Runtime error
Runtime error
Commit
·
d8cb756
1
Parent(s):
1d7d4dd
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def pred(product_name, orientation):
|
|
| 29 |
utils.combine_videos(folder_name)
|
| 30 |
return {
|
| 31 |
'video':folder_name,
|
| 32 |
-
'captions':
|
| 33 |
}
|
| 34 |
|
| 35 |
with gr.Blocks() as demo:
|
|
|
|
| 29 |
utils.combine_videos(folder_name)
|
| 30 |
return {
|
| 31 |
'video':folder_name,
|
| 32 |
+
'captions':"\n".join(sentences)
|
| 33 |
}
|
| 34 |
|
| 35 |
with gr.Blocks() as demo:
|