Update app.py
Browse files
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
|
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()
|