Spaces:
Sleeping
Sleeping
done
Browse files
app.py
CHANGED
@@ -75,6 +75,11 @@ def main():
|
|
75 |
st.markdown("This app uses several 🤗 models to classify images stored in 🤗 datasets.")
|
76 |
st.write("Soon we will have a dataset template")
|
77 |
|
|
|
|
|
|
|
|
|
|
|
78 |
#Model
|
79 |
chosen_model_name = st.selectbox("Select the model to use", MODELS, index=0)
|
80 |
if chosen_model_name is not None:
|
|
|
75 |
st.markdown("This app uses several 🤗 models to classify images stored in 🤗 datasets.")
|
76 |
st.write("Soon we will have a dataset template")
|
77 |
|
78 |
+
## Restart or reset your app
|
79 |
+
#if st.button("Restart"):
|
80 |
+
## Code to restart or reset your app goes here
|
81 |
+
# st.experimental_rerun()
|
82 |
+
|
83 |
#Model
|
84 |
chosen_model_name = st.selectbox("Select the model to use", MODELS, index=0)
|
85 |
if chosen_model_name is not None:
|