puzan789 commited on
Commit
6a5fa85
·
verified ·
1 Parent(s): 4fc875c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,9 +13,8 @@ nest_asyncio.apply()
13
  # Set Streamlit watcher ignore pattern for torch
14
  os.environ["STREAMLIT_WATCHER_IGNORE_PATTERNS"] = "*/torch/*"
15
 
16
- # Configure logger
17
  logging.basicConfig(
18
- filename="app.log",
19
  filemode="a",
20
  format="%(asctime)s - %(levelname)s - %(message)s",
21
  level=logging.INFO
 
13
  # Set Streamlit watcher ignore pattern for torch
14
  os.environ["STREAMLIT_WATCHER_IGNORE_PATTERNS"] = "*/torch/*"
15
 
 
16
  logging.basicConfig(
17
+ filename="/tmp/app.log",
18
  filemode="a",
19
  format="%(asctime)s - %(levelname)s - %(message)s",
20
  level=logging.INFO