Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|