Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -356,7 +356,7 @@ async def head_image():
|
|
| 356 |
@app.head("/status/video")
|
| 357 |
async def head_video():
|
| 358 |
return Response(
|
| 359 |
-
status_code=
|
| 360 |
headers={
|
| 361 |
"Content-Type": "video/mp4",
|
| 362 |
"Accept-Ranges": "bytes",
|
|
|
|
| 356 |
@app.head("/status/video")
|
| 357 |
async def head_video():
|
| 358 |
return Response(
|
| 359 |
+
status_code=207,
|
| 360 |
headers={
|
| 361 |
"Content-Type": "video/mp4",
|
| 362 |
"Accept-Ranges": "bytes",
|