ammaan commited on
Commit
a4348b8
1 Parent(s): 297e524

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ from fastapi.responses import FileResponse
9
 
10
  app = FastAPI()
11
 
12
- text_summary = pipeline("summarization", model="Falconsai/text_summarization", max_length=600)
13
 
14
 
15
  def extract_video_id(url) :
 
9
 
10
  app = FastAPI()
11
 
12
+ text_summary = pipeline("summarization", model="Falconsai/text_summarization")
13
 
14
 
15
  def extract_video_id(url) :