Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -576,7 +576,7 @@ async def extract_and_store_frames(file_name: str = Form(...)):
|
|
576 |
raise HTTPException(status_code=500, detail=f"Erreur lors de l'extraction des frames : {str(e)}")
|
577 |
|
578 |
|
579 |
-
STEP =
|
580 |
GITHUB_REPO = "Og31330/FA_Dataset"
|
581 |
GITHUB_BASE_URL = f"https://raw.githubusercontent.com/{GITHUB_REPO}/main"
|
582 |
|
|
|
576 |
raise HTTPException(status_code=500, detail=f"Erreur lors de l'extraction des frames : {str(e)}")
|
577 |
|
578 |
|
579 |
+
STEP = 30
|
580 |
GITHUB_REPO = "Og31330/FA_Dataset"
|
581 |
GITHUB_BASE_URL = f"https://raw.githubusercontent.com/{GITHUB_REPO}/main"
|
582 |
|