Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -8,6 +8,7 @@ from gpt_based_function import gpt_summary_generator, gpt_keyword_highlighter, g
|
|
8 |
import concurrent.futures
|
9 |
from tqdm import tqdm
|
10 |
|
|
|
11 |
# current_path = '/Users/kintch/PycharmProjects/jungu_sgi/summary_with_gpt'
|
12 |
# os.chdir(current_path)
|
13 |
# sys.path.append(current_path)
|
|
|
8 |
import concurrent.futures
|
9 |
from tqdm import tqdm
|
10 |
|
11 |
+
|
12 |
# current_path = '/Users/kintch/PycharmProjects/jungu_sgi/summary_with_gpt'
|
13 |
# os.chdir(current_path)
|
14 |
# sys.path.append(current_path)
|