venkat-srinivasan-nexusflow commited on
Commit
389c476
β€’
1 Parent(s): 37a1963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -474,6 +474,7 @@ class RavenDemo(gr.Blocks):
474
  )
475
  )
476
  yield get_returns()
 
477
  except huggingface_hub.inference._text_generation.ValidationError:
478
  if len(results) > 1:
479
  new_length = (3 * len(results)) // 4
 
474
  )
475
  )
476
  yield get_returns()
477
+ print(f"Raw Summary response before formatting: {summary_model_summary}")
478
  except huggingface_hub.inference._text_generation.ValidationError:
479
  if len(results) > 1:
480
  new_length = (3 * len(results)) // 4