Sirus1 commited on
Commit
0dda6bc
1 Parent(s): 2803f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -7,6 +7,11 @@ import fitz
7
  import re
8
  import gradio as gr
9
 
 
 
 
 
 
10
  def preprocess(text):
11
  text = text.replace('\n', '')
12
  return text
 
7
  import re
8
  import gradio as gr
9
 
10
+
11
+
12
+
13
+ print(os.environ["OPENAI_API_KEY"])
14
+
15
  def preprocess(text):
16
  text = text.replace('\n', '')
17
  return text