pgurazada1 commited on
Commit
2d7d569
·
verified ·
1 Parent(s): ee98f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def formatter(state: State):
234
  return {'final_output': final_output.content}
235
 
236
 
237
- def claim_generator(input_bill_path, progress=gr.Progess()):
238
 
239
  progress(0, desc="Starting workflow")
240
 
 
234
  return {'final_output': final_output.content}
235
 
236
 
237
+ def claim_generator(input_bill_path, progress=gr.Progress()):
238
 
239
  progress(0, desc="Starting workflow")
240