Arafath10 commited on
Commit
7fc821e
1 Parent(s): d385323

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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():