Skip to content

Commit bc03682

Browse files
committed
edit 3
1 parent 3d4b14f commit bc03682

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

__pycache__/main.cpython-310.pyc

-7 Bytes
Binary file not shown.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#from Backend.summariser import router_summariser as summariser
66
from Backend.Notes_Analyser import router as api4_router
77
#from Backend.speech_text import router as api5_router
8-
from Backend.texttoAIvideo import app as api6_router
8+
from Backend.texttoAIvideo import router as api6_router
99
# import other API routers as needed
1010

1111
app = FastAPI()

0 commit comments

Comments
 (0)