Un-pegging Transformer version

This commit is contained in:
ebolam
2022-10-07 15:18:40 -04:00
parent dfb05968c9
commit ea738180de
4 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ def _download_with_aria2(aria2_config: str, total_length: int, directory: str =
try:
print('\r' + bar, end='')
try:
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True, room="UI_1")
except:
pass
eventlet.sleep(seconds=0)