Spaces:
Runtime error
Runtime error
Commit Β·
e6e2225
1
Parent(s): 0142bba
fix: minor bug
Browse files- fastapi.py +1 -1
fastapi.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
Created By: ishwor subedi
|
| 3 |
Date: 2024-10-04
|
| 4 |
"""
|
| 5 |
-
from
|
| 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")
|