Sambhavnoobcoder commited on
Commit
1a95e11
·
1 Parent(s): b5d267d

brought back f cus syntatically it seemed all wrong

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def main():
42
  )
43
 
44
  with gr.Row(variant="panel"):
45
- gr.inputs.File()
46
- text = read_pdf
47
 
48
  with gr.Row():
49
  with gr.Column(variant="panel"):
 
42
  )
43
 
44
  with gr.Row(variant="panel"):
45
+ f=gr.inputs.File("enter the file")
46
+ text = read_pdf(f)
47
 
48
  with gr.Row():
49
  with gr.Column(variant="panel"):