Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 | 
             
            from fastapi import FastAPI, HTTPException, Query
         | 
| 2 | 
             
            from fastapi.responses import JSONResponse
         | 
| 3 | 
            -
            from webscout import WEBS, transcriber, LLM, 
         | 
| 4 | 
             
            from typing import Optional, List, Dict, Union
         | 
| 5 | 
             
            from fastapi.encoders import jsonable_encoder
         | 
| 6 | 
             
            from bs4 import BeautifulSoup
         | 
|  | |
| 1 | 
             
            from fastapi import FastAPI, HTTPException, Query
         | 
| 2 | 
             
            from fastapi.responses import JSONResponse
         | 
| 3 | 
            +
            from webscout import WEBS, transcriber, LLM, FastAI
         | 
| 4 | 
             
            from typing import Optional, List, Dict, Union
         | 
| 5 | 
             
            from fastapi.encoders import jsonable_encoder
         | 
| 6 | 
             
            from bs4 import BeautifulSoup
         | 
 
			
