Spaces:
Runtime error
Runtime error
Update utils/summarizer.py
Browse files- utils/summarizer.py +1 -1
utils/summarizer.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from
|
| 2 |
|
| 3 |
def summarize_text(text: str, max_len: int = 500) -> str:
|
| 4 |
"""Summarize a block of text/logs with LLM backend"""
|
|
|
|
| 1 |
+
from backend import run_llm
|
| 2 |
|
| 3 |
def summarize_text(text: str, max_len: int = 500) -> str:
|
| 4 |
"""Summarize a block of text/logs with LLM backend"""
|