multimodalart HF staff commited on
Commit
3b6afd4
1 Parent(s): 7db2e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ CACHE_EXAMPLES = torch.cuda.is_available() and os.getenv("CACHE_EXAMPLES") == "1
23
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "1536"))
24
  USE_TORCH_COMPILE = False
25
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
26
- PREVIEW_IMAGES = False #not working for now
27
 
28
  dtype = torch.float16
29
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
 
23
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "1536"))
24
  USE_TORCH_COMPILE = False
25
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
26
+ PREVIEW_IMAGES = True
27
 
28
  dtype = torch.float16
29
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")