LPX55 commited on
Commit
2c1377f
·
verified ·
1 Parent(s): 1e0621f

Update optimized.py

Browse files
Files changed (1) hide show
  1. optimized.py +1 -1
optimized.py CHANGED
@@ -157,4 +157,4 @@ print(f"Memory Usage: {torch.cuda.memory_summary(device=None, abbreviated=False)
157
  gc.enable()
158
  gc.collect()
159
  # Launch the app
160
- iface.launch()
 
157
  gc.enable()
158
  gc.collect()
159
  # Launch the app
160
+ iface.launch(show_error=True, share=True)