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 3d4b14f commit bc03682Copy full SHA for bc03682
__pycache__/main.cpython-310.pyc
-7 Bytes
main.py
@@ -5,7 +5,7 @@
5
#from Backend.summariser import router_summariser as summariser
6
from Backend.Notes_Analyser import router as api4_router
7
#from Backend.speech_text import router as api5_router
8
-from Backend.texttoAIvideo import app as api6_router
+from Backend.texttoAIvideo import router as api6_router
9
# import other API routers as needed
10
11
app = FastAPI()
0 commit comments