Chris Finlayson commited on
Commit
d96c1bc
1 Parent(s): 7b0a150

Fix to file input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def redact_pdf(file):
171
 
172
 
173
  inputs = [
174
- gr.File(type="file", label="Upload PDF")
175
  ]
176
 
177
  outputs = [
 
171
 
172
 
173
  inputs = [
174
+ gr.File(label="Upload PDF")
175
  ]
176
 
177
  outputs = [