Spaces:
Running
on
Zero
Running
on
Zero
Update template_manager.py
Browse files- template_manager.py +1 -1
template_manager.py
CHANGED
|
@@ -2,7 +2,7 @@ import logging
|
|
| 2 |
import traceback
|
| 3 |
import re
|
| 4 |
import random
|
| 5 |
-
from typing import Dict, List, Optional, Any
|
| 6 |
import json
|
| 7 |
|
| 8 |
from scene_detail_templates import SCENE_DETAIL_TEMPLATES
|
|
|
|
| 2 |
import traceback
|
| 3 |
import re
|
| 4 |
import random
|
| 5 |
+
from typing import Dict, List, Optional, Union, Any
|
| 6 |
import json
|
| 7 |
|
| 8 |
from scene_detail_templates import SCENE_DETAIL_TEMPLATES
|