Spaces:
Sleeping
Sleeping
Commit
·
9529a0d
1
Parent(s):
f4af3c4
Add system
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ def run_model():
|
|
| 183 |
with open(default_log_path, "w") as f:
|
| 184 |
f.write(json.dumps(log_entry, indent=1))
|
| 185 |
|
| 186 |
-
tsv_path = outputs["
|
| 187 |
|
| 188 |
try:
|
| 189 |
api = HfApi()
|
|
|
|
| 183 |
with open(default_log_path, "w") as f:
|
| 184 |
f.write(json.dumps(log_entry, indent=1))
|
| 185 |
|
| 186 |
+
tsv_path = outputs["augmented_tsv_file"]
|
| 187 |
|
| 188 |
try:
|
| 189 |
api = HfApi()
|