Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
•
7175e5b
1
Parent(s):
0b083e0
update scripts
Browse files
src/backend/model_operations.py
CHANGED
@@ -213,6 +213,7 @@ class SummaryGenerator:
|
|
213 |
wait_time = 60
|
214 |
exceptions.append(i)
|
215 |
time.sleep(wait_time)
|
|
|
216 |
if i == 5:
|
217 |
print(_response)
|
218 |
|
|
|
213 |
wait_time = 60
|
214 |
exceptions.append(i)
|
215 |
time.sleep(wait_time)
|
216 |
+
break
|
217 |
if i == 5:
|
218 |
print(_response)
|
219 |
|