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