Archisman Karmakar
commited on
Commit
·
ff1e899
1
Parent(s):
dc87ce4
Update transformationNormalization_main.py
Browse files
transformation_and_Normalization/transformationNormalization_main.py
CHANGED
@@ -332,7 +332,7 @@ def transform_and_normalize():
|
|
332 |
|
333 |
progress_bar = st.progress(0)
|
334 |
update_progress(progress_bar, 0, 10)
|
335 |
-
with st.spinner("
|
336 |
model, tokenizer, predict_func = load_selected_model(selected_model)
|
337 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
338 |
if model is None:
|
|
|
332 |
|
333 |
progress_bar = st.progress(0)
|
334 |
update_progress(progress_bar, 0, 10)
|
335 |
+
with st.spinner("Please wait, don'n change the text data or any input parameters or switch models or pages while we are loading inference..."):
|
336 |
model, tokenizer, predict_func = load_selected_model(selected_model)
|
337 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
338 |
if model is None:
|