Maamoungz commited on
Commit
1bb8490
·
verified ·
1 Parent(s): 06cb597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()