Spaces:
Runtime error
Runtime error
Commit
·
4bc8efe
1
Parent(s):
773b816
remove print
Browse files
app.py
CHANGED
|
@@ -6,8 +6,6 @@ import pandas as pd
|
|
| 6 |
|
| 7 |
SEED = 42
|
| 8 |
|
| 9 |
-
print(f"torch version -----> {torch.__version__}")
|
| 10 |
-
|
| 11 |
@st.cache_resource
|
| 12 |
def init_count_model():
|
| 13 |
return torch.load("count_probs.pt")
|
|
|
|
| 6 |
|
| 7 |
SEED = 42
|
| 8 |
|
|
|
|
|
|
|
| 9 |
@st.cache_resource
|
| 10 |
def init_count_model():
|
| 11 |
return torch.load("count_probs.pt")
|