Tanish28 commited on
Commit
fe79fa6
·
verified ·
1 Parent(s): 5495c4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ iface = gr.Interface(
177
  inputs=gr.File(label="Upload PDF"),
178
  outputs="text",
179
  title="PDF Text Extractor",
180
- description="Upload a PDF file to extract text using Anthropic's Claude model."
181
  )
182
 
183
  iface.launch()
 
177
  inputs=gr.File(label="Upload PDF"),
178
  outputs="text",
179
  title="PDF Text Extractor",
180
+ description="Upload a PDF file to extract text using OpenAI's GPT 4o model."
181
  )
182
 
183
  iface.launch()