Spaces:
Running
on
Zero
Running
on
Zero
Update models.py
Browse files
models.py
CHANGED
|
@@ -5,6 +5,7 @@ BAGEL 7B integration via API calls
|
|
| 5 |
|
| 6 |
import spaces
|
| 7 |
import logging
|
|
|
|
| 8 |
import os
|
| 9 |
from typing import Optional, Dict, Any, Tuple
|
| 10 |
from PIL import Image
|
|
|
|
| 5 |
|
| 6 |
import spaces
|
| 7 |
import logging
|
| 8 |
+
import tempfile
|
| 9 |
import os
|
| 10 |
from typing import Optional, Dict, Any, Tuple
|
| 11 |
from PIL import Image
|