Rauhan commited on
Commit
b9dd78c
·
1 Parent(s): 53872bd

UPDATE: Analyzer

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -159,8 +159,8 @@ async def getCount(vectorstore: str):
159
  }
160
 
161
  @app.post("/getYoutubeTranscript")
162
- async def getYTTranscript(url: str):
163
- return getTranscript(url = url)
164
 
165
 
166
  @app.post("/analyzeData")
 
159
  }
160
 
161
  @app.post("/getYoutubeTranscript")
162
+ async def getYTTranscript(urls: str):
163
+ return getTranscript(urls = urls)
164
 
165
 
166
  @app.post("/analyzeData")