AhmedEwis commited on
Commit
79742e4
1 Parent(s): bc12a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def process_pdf(file):
50
 
51
  # Define the Gradio interface
52
  iface = gr.Interface(fn=process_pdf,
53
- inputs="PDF file",
54
  outputs=gr.outputs.File(label="Output Excel"),
55
  title="PDF threads data to Excel",
56
  description="Hi Humood! Just Upload the PDF file of threads data and get an Excel file with usernames.")
 
50
 
51
  # Define the Gradio interface
52
  iface = gr.Interface(fn=process_pdf,
53
+ inputs="file",
54
  outputs=gr.outputs.File(label="Output Excel"),
55
  title="PDF threads data to Excel",
56
  description="Hi Humood! Just Upload the PDF file of threads data and get an Excel file with usernames.")