Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -578,7 +578,7 @@ async def extract_and_store_frames(file_name: str = Form(...)):
|
|
578 |
|
579 |
STEP = 10
|
580 |
GITHUB_REPO = "Og31330/FA_Dataset"
|
581 |
-
GITHUB_BASE_URL = f"https://raw.githubusercontent.com/{GITHUB_REPO}/main
|
582 |
|
583 |
@app.get("/get-video-frames/")
|
584 |
async def get_video_frames(file_name: str, frame_id: int) -> dict:
|
|
|
578 |
|
579 |
STEP = 10
|
580 |
GITHUB_REPO = "Og31330/FA_Dataset"
|
581 |
+
GITHUB_BASE_URL = f"https://raw.githubusercontent.com/{GITHUB_REPO}/main"
|
582 |
|
583 |
@app.get("/get-video-frames/")
|
584 |
async def get_video_frames(file_name: str, frame_id: int) -> dict:
|