ffreemt
commited on
Commit
•
0dc9507
1
Parent(s):
42f7557
Update
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ for idx in range(5):
|
|
42 |
time.sleep(3)
|
43 |
else:
|
44 |
logger.warning("Tried 5 times to no vain")
|
45 |
-
raise gr.Error(f"hf acting up, can't donwload the model {filename=}, exiting")
|
46 |
# raise SystemExit("hf acting up, can't donwload the model {filename=}, exiting")
|
47 |
model_ready = False
|
48 |
|
|
|
42 |
time.sleep(3)
|
43 |
else:
|
44 |
logger.warning("Tried 5 times to no vain")
|
45 |
+
# raise gr.Error(f"hf acting up, can't donwload the model {filename=}, exiting")
|
46 |
# raise SystemExit("hf acting up, can't donwload the model {filename=}, exiting")
|
47 |
model_ready = False
|
48 |
|