Spaces:
Runtime error
Runtime error
Aitron Emper
commited on
Commit
•
2f64a94
1
Parent(s):
7cee42d
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ RPCManager.start_presence()
|
|
30 |
installation_checker.check_installation()
|
31 |
logging.getLogger("uvicorn").disabled = True
|
32 |
logging.getLogger("fairseq").disabled = True
|
|
|
33 |
|
34 |
my_applio = loadThemes.load_json()
|
35 |
if my_applio:
|
|
|
30 |
installation_checker.check_installation()
|
31 |
logging.getLogger("uvicorn").disabled = True
|
32 |
logging.getLogger("fairseq").disabled = True
|
33 |
+
logging.getLogger("h11").disabled = True
|
34 |
|
35 |
my_applio = loadThemes.load_json()
|
36 |
if my_applio:
|