TiberiuCristianLeon commited on
Commit
0734240
·
verified ·
1 Parent(s): 7bcabe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def bergamot(input_text: list[str] = Query(description="Input list of strings"),
85
  service = bergamot.Service(config)
86
  repo_id="TiberiuCristianLeon/Bergamot"
87
  branches = ['base', 'base-memory', 'tiny']
88
- subfolder = f"{src_code}{tgt_code}"
89
  # List all files in the repo
90
  all_files = list_repo_files(repo_id, repo_type='model')
91
  for branch in branches:
 
85
  service = bergamot.Service(config)
86
  repo_id="TiberiuCristianLeon/Bergamot"
87
  branches = ['base', 'base-memory', 'tiny']
88
+ subfolder = f"{sl}{tl}"
89
  # List all files in the repo
90
  all_files = list_repo_files(repo_id, repo_type='model')
91
  for branch in branches: