shivanshg commited on
Commit
9c03d62
·
1 Parent(s): a832440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1403,4 +1403,4 @@ demo = gr.Interface(fn=readPDF_DDR_JSON_document,
1403
  title="Converting the DDR in the JSON Format using Generative AI",
1404
  description="File type conversion from pdf to OSDU Complaint JSON Format"
1405
  )
1406
- demo.launch(share=True, debug = True, auth=("HCLTech", "pass2024"))#, server_port=int(os.environ['PORT2']))
 
1403
  title="Converting the DDR in the JSON Format using Generative AI",
1404
  description="File type conversion from pdf to OSDU Complaint JSON Format"
1405
  )
1406
+ demo.launch(share=True, debug = True, auth=("HCLTech", "Password2024"))