Spaces:
Running
Running
Update app.py
Browse files
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"{
|
| 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:
|