ThePixOne commited on
Commit
93cf637
1 Parent(s): b46a594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,4 +1,8 @@
1
  import gradio as gr
 
 
 
 
2
  import numpy as np
3
  import time
4
  import hashlib
 
1
  import gradio as gr
2
+
3
+ description = "Do you have a long document and bunch of questions that can be answered given the data in this file? Fear not because following demo can do it for you. Upload your pdf, ask question and wait for the magic to happen."
4
+ title = "QA answering from a pdf"
5
+
6
  import numpy as np
7
  import time
8
  import hashlib