Spaces:
Sleeping
Sleeping
Jhon Alexander Alvarez Casas
commited on
Commit
·
6566500
1
Parent(s):
bfe7c08
upload files
Browse files
main.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from fastapi import FastAPI, File, UploadFile
|
| 4 |
from ttp import ttp
|
| 5 |
|
| 6 |
-
from app.core.
|
| 7 |
from app.core.supabase import supabase_client
|
| 8 |
from app.core.template import Template
|
| 9 |
|
|
|
|
| 3 |
from fastapi import FastAPI, File, UploadFile
|
| 4 |
from ttp import ttp
|
| 5 |
|
| 6 |
+
from app.core.s3 import s3
|
| 7 |
from app.core.supabase import supabase_client
|
| 8 |
from app.core.template import Template
|
| 9 |
|