Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ os.environ["XDG_CACHE_HOME"] = "/tmp"
|
|
4 |
os.makedirs("/tmp/matplotlib", exist_ok=True)
|
5 |
os.makedirs("/tmp/data", exist_ok=True)
|
6 |
os.makedirs("/tmp/models_cache", exist_ok=True)
|
|
|
7 |
import io
|
8 |
import time
|
9 |
import uuid
|
|
|
4 |
os.makedirs("/tmp/matplotlib", exist_ok=True)
|
5 |
os.makedirs("/tmp/data", exist_ok=True)
|
6 |
os.makedirs("/tmp/models_cache", exist_ok=True)
|
7 |
+
from fastapi import FastAPI
|
8 |
import io
|
9 |
import time
|
10 |
import uuid
|