Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ from pydantic import BaseModel
|
|
| 15 |
import threading
|
| 16 |
import uuid
|
| 17 |
import random
|
|
|
|
| 18 |
|
| 19 |
# External OCI API URL
|
| 20 |
OCI_API_BASE_URL = "https://yukee1992-oci-story-book.hf.space"
|
|
|
|
| 15 |
import threading
|
| 16 |
import uuid
|
| 17 |
import random
|
| 18 |
+
from enum import Enum # ← ADD THIS MISSING IMPORT
|
| 19 |
|
| 20 |
# External OCI API URL
|
| 21 |
OCI_API_BASE_URL = "https://yukee1992-oci-story-book.hf.space"
|