Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from pypdf import PdfReader
|
|
7 |
import os
|
8 |
import gradio as gr
|
9 |
|
10 |
-
|
11 |
|
12 |
def extract_text( pdf_path):
|
13 |
# creating a pdf reader object
|
|
|
7 |
import os
|
8 |
import gradio as gr
|
9 |
|
10 |
+
chat = AzureChatOpenAI(azure_deployment = "GPT-3")
|
11 |
|
12 |
def extract_text( pdf_path):
|
13 |
# creating a pdf reader object
|