Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
|
|
11 |
inputs=[
|
12 |
gr.File(
|
13 |
type="binary",
|
14 |
-
label="
|
15 |
),
|
16 |
],
|
17 |
outputs=None,
|
|
|
11 |
inputs=[
|
12 |
gr.File(
|
13 |
type="binary",
|
14 |
+
label="Hello. This app is called Abstract Summariser and gives a one sentence summary of the input PDF in both written and spoken form. Please upload a PDF file that contains an abstract.",
|
15 |
),
|
16 |
],
|
17 |
outputs=None,
|