moarafa97 commited on
Commit
a804948
·
verified ·
1 Parent(s): ac1ac93

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -6
src/streamlit_app.py CHANGED
@@ -1,12 +1,6 @@
1
  import os
2
  os.environ["STREAMLIT_WATCHER_TYPE"] = "none"
3
 
4
- import torch
5
- if hasattr(torch, "classes"):
6
- try:
7
- torch.classes.__path__ = []
8
- except Exception:
9
- pass
10
 
11
  import streamlit as st
12
  import tempfile
 
1
  import os
2
  os.environ["STREAMLIT_WATCHER_TYPE"] = "none"
3
 
 
 
 
 
 
 
4
 
5
  import streamlit as st
6
  import tempfile