Farhan1572 commited on
Commit
9a2cdfe
·
verified ·
1 Parent(s): e191bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -26,6 +26,8 @@ demo = gr.Interface(
26
  resume_ner,
27
  gr.File(file_types=[".pdf"]),
28
  ["html"],
 
 
29
  )
30
 
31
  demo.launch()
 
26
  resume_ner,
27
  gr.File(file_types=[".pdf"]),
28
  ["html"],
29
+ title="Talentino",
30
+ description="By Redswitches"
31
  )
32
 
33
  demo.launch()