dgarrett-synaptics commited on
Commit
273d742
·
verified ·
1 Parent(s): 2050008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def compile_model(model_name, vmem_value, lpmem_value):
53
  if results['cycles_npu'] == 0:
54
  output_text = 'FAILURE cannot optimize TFLITE model for SR100'
55
  output_text += '<br><br>Compiler log<br>---------------------------------------'
56
- output_text += f'<br>{results["vela_log"]'
57
  else:
58
  if success:
59
  output_text = 'SUCCESS, model fits on SR100'
 
53
  if results['cycles_npu'] == 0:
54
  output_text = 'FAILURE cannot optimize TFLITE model for SR100'
55
  output_text += '<br><br>Compiler log<br>---------------------------------------'
56
+ output_text += f'<br>{results["vela_log"]}'
57
  else:
58
  if success:
59
  output_text = 'SUCCESS, model fits on SR100'