Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def claim_generator(input_bill_path, progress=gr.Progress()):
|
|
256 |
chain = workflow.compile()
|
257 |
progress(0.05)
|
258 |
output = chain.invoke({'image_path': input_bill_path})
|
259 |
-
|
260 |
return output['final_output']
|
261 |
|
262 |
agentic_workflow_representation = 'The agentic workflow used to generate an expense claim document is represented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/iqdGjUG7POKJXLItzWb-K.png">'
|
|
|
256 |
chain = workflow.compile()
|
257 |
progress(0.05)
|
258 |
output = chain.invoke({'image_path': input_bill_path})
|
259 |
+
progress(0.25)
|
260 |
return output['final_output']
|
261 |
|
262 |
agentic_workflow_representation = 'The agentic workflow used to generate an expense claim document is represented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/iqdGjUG7POKJXLItzWb-K.png">'
|