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