Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,7 @@ import io
|
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Define the directory to store uploaded files
|
9 |
-
UPLOAD_DIR = "/content/"
|
10 |
|
11 |
@app.on_event("startup")
|
12 |
async def startup_event():
|
|
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Define the directory to store uploaded files
|
9 |
+
UPLOAD_DIR = "/code/content/"
|
10 |
|
11 |
@app.on_event("startup")
|
12 |
async def startup_event():
|