Spaces:
Runtime error
Runtime error
Commit
·
3b4f871
1
Parent(s):
f782482
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,8 @@ command = [
|
|
17 |
PORT,
|
18 |
"--host",
|
19 |
ADDRESS,
|
|
|
|
|
20 |
]
|
21 |
#if os.name != "nt":
|
22 |
# command = command + ["--num-procs", "4", "--num-threads", "4"]
|
|
|
17 |
PORT,
|
18 |
"--host",
|
19 |
ADDRESS,
|
20 |
+
"--log-level-uvicorn",
|
21 |
+
"debug"
|
22 |
]
|
23 |
#if os.name != "nt":
|
24 |
# command = command + ["--num-procs", "4", "--num-threads", "4"]
|