Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'):
|