Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Commit
•
54c8cc7
1
Parent(s):
1ada8cd
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import shutil
|
|
8 |
from os import makedirs,getcwd
|
9 |
from os.path import join,exists,dirname
|
10 |
import torch
|
|
|
11 |
|
12 |
app = FastAPI()
|
13 |
|
|
|
8 |
from os import makedirs,getcwd
|
9 |
from os.path import join,exists,dirname
|
10 |
import torch
|
11 |
+
import json
|
12 |
|
13 |
app = FastAPI()
|
14 |
|