Spaces:
Runtime error
Runtime error
updated
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def post(
|
|
55 |
writer.append_data(np.array(frame))
|
56 |
writer.close()
|
57 |
print('finish')
|
58 |
-
return translated_text, result_video
|
59 |
|
60 |
def main():
|
61 |
only_first_stage = True
|
|
|
55 |
writer.append_data(np.array(frame))
|
56 |
writer.close()
|
57 |
print('finish')
|
58 |
+
return translated_text, result_video, result_video, result_video, result_video
|
59 |
|
60 |
def main():
|
61 |
only_first_stage = True
|