Samfredoly commited on
Commit
5b46596
·
verified ·
1 Parent(s): 0d9974a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,9 +22,9 @@ app = FastAPI(title="Audio Transcriber", description="Audio transcription and up
22
 
23
  # ==== CONFIGURATION ====
24
  HF_TOKEN = ""
25
- SOURCE_REPO_ID = "Fred808/BG3" # Fetch audio files from here
26
  TARGET_REPO_ID = "Samfredoly/BG_Tran" # Upload transcriptions here
27
- REFERENCE_REPO_ID = "Samfredoly/BG_Vid" # Reference repo to match audio filenames
28
 
29
  # Path Configuration
30
  DOWNLOAD_FOLDER = "downloads_audio"
 
22
 
23
  # ==== CONFIGURATION ====
24
  HF_TOKEN = ""
25
+ SOURCE_REPO_ID = "Samfredoly/BG_Vid" # Fetch audio files from here
26
  TARGET_REPO_ID = "Samfredoly/BG_Tran" # Upload transcriptions here
27
+ REFERENCE_REPO_ID = "Fred808/BG3" # Reference repo to match audio filenames
28
 
29
  # Path Configuration
30
  DOWNLOAD_FOLDER = "downloads_audio"