yuntian-deng commited on
Commit
bc95589
·
1 Parent(s): 7a224a2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ import torch
12
  import os
13
  import time
14
 
15
- DEBUG = False
16
  app = FastAPI()
17
 
18
  # Mount the static directory to serve HTML, JavaScript, and CSS files
 
12
  import os
13
  import time
14
 
15
+ DEBUG = True
16
  app = FastAPI()
17
 
18
  # Mount the static directory to serve HTML, JavaScript, and CSS files