mlo0ollm commited on
Commit
7bb6c04
·
1 Parent(s): 63bdf7e
Files changed (1) hide show
  1. app.py +1 -0
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)