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