Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ import tiktoken
|
|
17 |
import concurrent.futures
|
18 |
from optimizeGoogle import chatPaper
|
19 |
|
20 |
-
proxy = {'http':'http://127.0.0.1
|
21 |
-
'https':'http://127.0.0.1
|
22 |
|
23 |
def parse_text(text):
|
24 |
lines = text.split("\n")
|
|
|
17 |
import concurrent.futures
|
18 |
from optimizeGoogle import chatPaper
|
19 |
|
20 |
+
proxy = {'http':'http://127.0.0.1',
|
21 |
+
'https':'http://127.0.0.1'}
|
22 |
|
23 |
def parse_text(text):
|
24 |
lines = text.split("\n")
|