osbm commited on
Commit
e7c4633
·
1 Parent(s): bf8a05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ st.title("text")
109
  if submitted:
110
  with st.spinner('Creating the trainer class instance...'):
111
  trainer = Trainer(model_configs[model_name])
112
- with st.spinner('Running inference function...')
113
  trainer.inference()
114
  st.success(f"Success with the inference of {model_name}")
115
 
 
109
  if submitted:
110
  with st.spinner('Creating the trainer class instance...'):
111
  trainer = Trainer(model_configs[model_name])
112
+ with st.spinner('Running inference function...'):
113
  trainer.inference()
114
  st.success(f"Success with the inference of {model_name}")
115