Sambhavnoobcoder commited on
Commit
214cc79
·
1 Parent(s): 4e01295

just testing with code , commented out the output in gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ def read_pdf(file):
9
  iface = gr.Interface(
10
  read_pdf,
11
  gr.inputs.File(),
12
- gr.outputs.Textbox()
13
  )
14
  iface.launch()
 
9
  iface = gr.Interface(
10
  read_pdf,
11
  gr.inputs.File(),
12
+ # gr.outputs.Textbox()
13
  )
14
  iface.launch()