yuntian-deng commited on
Commit
dd55f0e
·
1 Parent(s): 4df4cd4

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 = True
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 = False
16
  app = FastAPI()
17
 
18
  # Mount the static directory to serve HTML, JavaScript, and CSS files