Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ import ssl
|
|
| 14 |
from email.message import EmailMessage
|
| 15 |
from openai import OpenAI
|
| 16 |
|
|
|
|
| 17 |
# Compatibility for MutableSet
|
| 18 |
import collections
|
| 19 |
collections.MutableSet = collections.abc.MutableSet
|
|
|
|
| 14 |
from email.message import EmailMessage
|
| 15 |
from openai import OpenAI
|
| 16 |
|
| 17 |
+
|
| 18 |
# Compatibility for MutableSet
|
| 19 |
import collections
|
| 20 |
collections.MutableSet = collections.abc.MutableSet
|