slszeto commited on
Commit
d7e3505
·
verified ·
1 Parent(s): 1a75cb1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -13,6 +13,7 @@ from dotenv import load_dotenv
13
  from latex_clean import clean_latex_for_display
14
 
15
  # Config
 
16
  load_dotenv()
17
 
18
  def get_rds_connection() -> connection:
 
13
  from latex_clean import clean_latex_for_display
14
 
15
  # Config
16
+ torch.classes.__path__ = []
17
  load_dotenv()
18
 
19
  def get_rds_connection() -> connection: