Spaces:
Runtime error
Runtime error
updated app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ import email
|
|
14 |
import re
|
15 |
from bs4 import BeautifulSoup
|
16 |
import numpy as np
|
|
|
17 |
|
18 |
|
19 |
def add_bg_from_url():
|
|
|
14 |
import re
|
15 |
from bs4 import BeautifulSoup
|
16 |
import numpy as np
|
17 |
+
import tempfile
|
18 |
|
19 |
|
20 |
def add_bg_from_url():
|