Skip to content

Commit 415353d

Browse files
Merge branch 'anima' of https://github.com/Stability-AI/stability-sdk into anima
2 parents 1886bac + a27313e commit 415353d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/stability_sdk/utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
import mimetypes
55
import os
66
import pathlib
7+
import re
78
import random
89
import sys
910
import time
1011
from typing import Dict, Generator, List, Optional, Union, Any, Sequence, Tuple
1112
import uuid
1213
import warnings
1314

15+
16+
logger = logging.getLogger(__name__)
17+
logger.setLevel(level=logging.INFO)
18+
1419
try:
1520
import numpy as np
1621
import pandas as pd

0 commit comments

Comments
 (0)