shashichilappagari commited on
Commit
9fd2506
·
1 Parent(s): 15cd33b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ zoo=dg.connect(dg.CLOUD,zoo_url='https://cs.degirum.com/degirum/ultralytics_v6',
7
  st.title('DeGirum Cloud Platform Demo')
8
 
9
  st.header('Specify Model Options Below')
10
- runtime_agent_device=st.radio("Choose runtime agent device combo",("N2X-ORCA1","N2X-ORCA","TFLite-EdgeTPU","OpenVINO-CPU"),index=2)
11
  runtime_agent,device=runtime_agent_device.split('-')[0],runtime_agent_device.split('-')[1]
12
  model_options=zoo.list_models(device=device,runtime=runtime_agent)
13
  activation_option=st.radio( 'Select activation function', ['relu6', 'silu'])
 
7
  st.title('DeGirum Cloud Platform Demo')
8
 
9
  st.header('Specify Model Options Below')
10
+ runtime_agent_device=st.radio("Choose runtime agent device combo",("N2X-ORCA1","N2X-ORCA","TFLite-EdgeTPU","OpenVINO-CPU"),index=0)
11
  runtime_agent,device=runtime_agent_device.split('-')[0],runtime_agent_device.split('-')[1]
12
  model_options=zoo.list_models(device=device,runtime=runtime_agent)
13
  activation_option=st.radio( 'Select activation function', ['relu6', 'silu'])