ishworrsubedii commited on
Commit
e6e2225
Β·
1 Parent(s): 0142bba

fix: minor bug

Browse files
Files changed (1) hide show
  1. fastapi.py +1 -1
fastapi.py CHANGED
@@ -2,7 +2,7 @@
2
  Created By: ishwor subedi
3
  Date: 2024-10-04
4
  """
5
- from CTO_TCP_V1.app import clothing_try_on_base64
6
  from fastapi import FastAPI
7
 
8
  app = FastAPI(title="CTO TCP V1")
 
2
  Created By: ishwor subedi
3
  Date: 2024-10-04
4
  """
5
+ from app import clothing_try_on_base64
6
  from fastapi import FastAPI
7
 
8
  app = FastAPI(title="CTO TCP V1")