Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ def post(
|
|
55 |
# frames = r.json()['data']['frames']
|
56 |
|
57 |
# urllib.request.urlretrieve(url, filename)
|
|
|
58 |
num_videos = 2
|
59 |
url = "http://cogview.cn-wlcb.ufileos.com/tmpr4kcld7k0.mp4"
|
60 |
result_video[0] = "./temp1.mp4"
|
|
|
55 |
# frames = r.json()['data']['frames']
|
56 |
|
57 |
# urllib.request.urlretrieve(url, filename)
|
58 |
+
result_video = ["", ""]
|
59 |
num_videos = 2
|
60 |
url = "http://cogview.cn-wlcb.ufileos.com/tmpr4kcld7k0.mp4"
|
61 |
result_video[0] = "./temp1.mp4"
|