Spaces:
Running
Running
Update app.py
Browse files
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
|