RockyVillan commited on
Commit
063b3e1
·
verified ·
1 Parent(s): b32d7bb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from pypdf import PdfReader
8
  import gradio as gr
9
  from pathlib import Path
10
 
11
- #load_dotenv(override=True)
12
  # Create an instance of the OpenAI class
13
  openai = OpenAI()
14
 
 
8
  import gradio as gr
9
  from pathlib import Path
10
 
11
+ load_dotenv(override=True)
12
  # Create an instance of the OpenAI class
13
  openai = OpenAI()
14