Nuno-Tome commited on
Commit
5523bc2
1 Parent(s): 047d5b0

no message

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -16,11 +16,17 @@ def main():
16
  st.title("Bulk Image Classification")
17
  st.markdown("This app uses several 🤗 models to classify images stored in 🤗 datasets.")
18
  st.write("Soon we will have a dataset template")
19
- st.write("**Soon we will have dataset selector**")
 
 
 
20
  st.markdown("The models available are:")
21
  st.markdown("**PUT IT HERE**")
22
 
23
 
 
 
 
24
 
25
 
26
  if __name__ == "__main__":
 
16
  st.title("Bulk Image Classification")
17
  st.markdown("This app uses several 🤗 models to classify images stored in 🤗 datasets.")
18
  st.write("Soon we will have a dataset template")
19
+ st.write("**Soon we will have dataset selector**")
20
+ st.text("Select a model to use:")
21
+ st.get_option("model", MODELS)
22
+ dataset = load_dataset("Nunt/testedata","testedata_readme")
23
  st.markdown("The models available are:")
24
  st.markdown("**PUT IT HERE**")
25
 
26
 
27
+ dataset = load_dataset("Nunt/testedata","testedata_readme")
28
+
29
+
30
 
31
 
32
  if __name__ == "__main__":