Add another xseg model, Simplify download mapping (#851)

This commit is contained in:
Henry Ruhs
2025-01-10 12:18:46 +01:00
committed by henryruhs
parent 71092cb951
commit 7f90ca72bb
6 changed files with 39 additions and 35 deletions

View File

@@ -78,5 +78,5 @@ def create_tqdm_output(self : tqdm) -> Optional[str]:
def read_logs() -> str:
LOG_BUFFER.seek(0)
logs = LOG_BUFFER.read().rstrip()
logs = LOG_BUFFER.read().strip()
return logs