Update app.py
Browse files
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'
|