sblumenf commited on
Commit
0a932f4
1 Parent(s): a69dbfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def read_pdf(file=None, url=None):
15
  iface = gr.Interface(
16
  read_pdf,
17
  gr.inputs.File(),
18
- gr.inputs.Textbox(prompt="Enter a URL that points to a pdf"),
19
  gr.outputs.Textbox()
20
  )
21
  iface.launch()
 
15
  iface = gr.Interface(
16
  read_pdf,
17
  gr.inputs.File(),
18
+ gr.inputs.Textbox(),
19
  gr.outputs.Textbox()
20
  )
21
  iface.launch()