Spaces:
Runtime error
Runtime error
Commit
·
0e5f195
1
Parent(s):
dd55f0e
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ import torch
|
|
12 |
import os
|
13 |
import time
|
14 |
|
15 |
-
DEBUG =
|
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
|