multimodalart HF staff commited on
Commit
213c904
1 Parent(s): 3cdd29f

Update settings.py

Browse files
Files changed (1) hide show
  1. settings.py +1 -0
settings.py CHANGED
@@ -51,6 +51,7 @@ if os.getenv('IS_PUBLIC_DEMO') == '1':
51
  SHOW_NUM_IMAGES = False
52
  # parameters
53
  DEFAULT_CUSTOM_TIMESTEPS_1 = 'smart50'
 
54
  # model
55
  DISABLE_AUTOMATIC_CPU_OFFLOAD = True
56
  RUN_GARBAGE_COLLECTION = False
51
  SHOW_NUM_IMAGES = False
52
  # parameters
53
  DEFAULT_CUSTOM_TIMESTEPS_1 = 'smart50'
54
+ UPLOAD_RESULT_IMAGE = True
55
  # model
56
  DISABLE_AUTOMATIC_CPU_OFFLOAD = True
57
  RUN_GARBAGE_COLLECTION = False