Tuana commited on
Commit
131d65c
·
1 Parent(s): c607b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def summarize(files):
32
 
33
  title = "Summarize one or more PDFs with a Haystack Summariser pipeline"
34
  iface = gr.Interface(fn=summarize,
35
- inputs=[gr.inputs.File(file_count="multiple",type="file", label="Upload a pdf")],
36
  outputs="text",
37
  title=title,
38
  theme="default")
 
32
 
33
  title = "Summarize one or more PDFs with a Haystack Summariser pipeline"
34
  iface = gr.Interface(fn=summarize,
35
+ inputs=gr.inputs.File(file_count="multiple",type="file", label="Upload a pdf"),
36
  outputs="text",
37
  title=title,
38
  theme="default")