We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5162312 commit 85ac6bfCopy full SHA for 85ac6bf
Backend/summariser.py
@@ -69,7 +69,6 @@ async def gen_summary(file):
69
return await loop.run_in_executor(None, summary, text)
70
71
72
-
73
router_summariser = APIRouter()
74
75
0 commit comments