FranklinMoses commited on
Commit
95f6808
·
1 Parent(s): de88fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with st.sidebar:
13
  dataset_option=st.radio( 'Select a dataset option', ['coco', 'face','lp','car','hand'],horizontal=True)
14
  show_labels=st.toggle('Show labels in output',value=True)
15
  show_probabilities=st.toggle('Show probabilities in output',value=False)
16
- enable_counter=st.toggle("Enable object counter",value=True)
17
  runtime_agent,device=runtime_agent_device.split('-')[0],runtime_agent_device.split('-')[1]
18
  model_options=zoo.list_models(device=device,runtime=runtime_agent)
19
  st.header('Choose and Run a Model')
 
13
  dataset_option=st.radio( 'Select a dataset option', ['coco', 'face','lp','car','hand'],horizontal=True)
14
  show_labels=st.toggle('Show labels in output',value=True)
15
  show_probabilities=st.toggle('Show probabilities in output',value=False)
16
+ enable_counter=st.toggle("Enable object counter")
17
  runtime_agent,device=runtime_agent_device.split('-')[0],runtime_agent_device.split('-')[1]
18
  model_options=zoo.list_models(device=device,runtime=runtime_agent)
19
  st.header('Choose and Run a Model')