yuntian-deng commited on
Commit
0e5f195
·
1 Parent(s): dd55f0e

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