SuriRaja commited on
Commit
648df19
·
verified ·
1 Parent(s): 98b9bbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def excel_to_pdf(file):
34
  # Gradio Interface
35
  iface = gr.Interface(
36
  fn=excel_to_pdf,
37
- inputs=gr.inputs.File(label="Upload Excel File", type="file"),
38
- outputs=gr.outputs.File(label="Download PDF File")
39
  )
40
 
41
  if __name__ == "__main__":
 
34
  # Gradio Interface
35
  iface = gr.Interface(
36
  fn=excel_to_pdf,
37
+ inputs=gr.File(label="Upload Excel File", type="file"),
38
+ outputs=gr.File(label="Download PDF File")
39
  )
40
 
41
  if __name__ == "__main__":