Spaces:
Runtime error
Runtime error
Update util.py
Browse files
util.py
CHANGED
@@ -8,8 +8,8 @@ import time
|
|
8 |
import torch
|
9 |
import re
|
10 |
|
11 |
-
import httpcore
|
12 |
-
setattr(httpcore, 'SyncHTTPTransport', 'AsyncHTTPProxy')
|
13 |
|
14 |
|
15 |
cp_aug = 'minnehwg/finetune-newwiki-summarization-ver-augmented2'
|
|
|
8 |
import torch
|
9 |
import re
|
10 |
|
11 |
+
# import httpcore
|
12 |
+
# setattr(httpcore, 'SyncHTTPTransport', 'AsyncHTTPProxy')
|
13 |
|
14 |
|
15 |
cp_aug = 'minnehwg/finetune-newwiki-summarization-ver-augmented2'
|