Og2 commited on
Commit
2b5ffed
·
verified ·
1 Parent(s): f61032a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: