Spaces:
Running
Running
Commit
·
95f6808
1
Parent(s):
de88fca
Update app.py
Browse files
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"
|
| 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')
|