awacke1 commited on
Commit
f80fd5d
·
1 Parent(s): 67470a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import os
3
  import sys
4
  from pathlib import Path
5
  from PIL import Image
 
6
 
7
  # Coder: Create directories if they don't exist
8
  if not os.path.exists('saved_prompts'):
 
3
  import sys
4
  from pathlib import Path
5
  from PIL import Image
6
+ import re
7
 
8
  # Coder: Create directories if they don't exist
9
  if not os.path.exists('saved_prompts'):