Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ gr.Interface(fn=process_pdf_and_ask_question,
|
|
70 |
outputs="text",
|
71 |
title="PDF Q&A",
|
72 |
description="Upload a PDF and ask questions about it."
|
73 |
-
)
|
|
|
70 |
outputs="text",
|
71 |
title="PDF Q&A",
|
72 |
description="Upload a PDF and ask questions about it."
|
73 |
+
).launch()
|