ThePixOne commited on
Commit
7e110c9
1 Parent(s): f6d38e4

Update app.py

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