Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?
|
4 |
-
|
|
|
|
|
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
|