Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import base64
|
|
5 |
from PIL import Image, PngImagePlugin
|
6 |
from io import BytesIO
|
7 |
import torch
|
|
|
8 |
|
9 |
# required for stable difussion
|
10 |
auth_token = os.environ.get("auth_token") #in secret space
|
|
|
5 |
from PIL import Image, PngImagePlugin
|
6 |
from io import BytesIO
|
7 |
import torch
|
8 |
+
import os
|
9 |
|
10 |
# required for stable difussion
|
11 |
auth_token = os.environ.get("auth_token") #in secret space
|