Spaces:
Runtime error
Runtime error
youssef1214
commited on
Commit
•
79bce5c
1
Parent(s):
8fe11ef
Update main.py
Browse files
main.py
CHANGED
@@ -222,8 +222,10 @@ def summrizedshakwas():
|
|
222 |
semphoreShakwas.acquire()
|
223 |
shawka=queuedUnSummurizedShawkas.pop(0)
|
224 |
tmpdict= modelsummary(shawka.complaintbody)
|
|
|
225 |
shawka.summary=tmpdict['summary']
|
226 |
shawka.set_data()
|
|
|
227 |
thread = threading.Thread(target=summrizedshakwas)
|
228 |
thread.start()
|
229 |
|
|
|
222 |
semphoreShakwas.acquire()
|
223 |
shawka=queuedUnSummurizedShawkas.pop(0)
|
224 |
tmpdict= modelsummary(shawka.complaintbody)
|
225 |
+
print(tmpdict)
|
226 |
shawka.summary=tmpdict['summary']
|
227 |
shawka.set_data()
|
228 |
+
|
229 |
thread = threading.Thread(target=summrizedshakwas)
|
230 |
thread.start()
|
231 |
|