Spaces:
Build error
Build error
Update app.py
Browse files
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", "
|
|
|
|
| 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"))
|