apahilaj commited on
Commit
7e68d28
1 Parent(s): dab4722

added pypdf

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -82,4 +82,4 @@ def greet(name, pdf_file):
82
  return "No helpful answer found."
83
 
84
  iface = gr.Interface(fn=greet, inputs=["text", "file"], outputs="text")
85
- iface.launch()
 
82
  return "No helpful answer found."
83
 
84
  iface = gr.Interface(fn=greet, inputs=["text", "file"], outputs="text")
85
+ iface.launch(share=True)
requirements.txt CHANGED
@@ -2,3 +2,4 @@ pandas==2.1.3
2
  langchain==0.1.9
3
  panel==1.3.8
4
  param==2.0.2
 
 
2
  langchain==0.1.9
3
  panel==1.3.8
4
  param==2.0.2
5
+ pypdf==3.17.4