Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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:
|