Vivawaves commited on
Commit
f7a95b4
1 Parent(s): 88d4556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from previewer.modules import Previewer
12
 
13
  from gallery_history import fetch_gallery_history, show_gallery_history
14
 
15
- os.environ['TOKENIZERS_PARALLELISM'] = 'false'
16
 
17
  DESCRIPTION = "# Waves Weaves"
18
  DESCRIPTION += "\n<p style=\"text-align: center\"></p>"
 
12
 
13
  from gallery_history import fetch_gallery_history, show_gallery_history
14
 
15
+ os.environ['TOKENIZERS_PARALLELISM'] = 'true'
16
 
17
  DESCRIPTION = "# Waves Weaves"
18
  DESCRIPTION += "\n<p style=\"text-align: center\"></p>"