Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -12,7 +12,7 @@ import numpy as np
|
|
12 |
from IPython.display import HTML
|
13 |
from diffusion_utilities import *
|
14 |
|
15 |
-
openai.api_key = os.getenv('OPENAI_API_KEY')
|
16 |
|
17 |
class ContextUnet(nn.Module):
|
18 |
def __init__(self, in_channels, n_feat=256, n_cfeat=10, height=28): # cfeat - context features
|
|
|
12 |
from IPython.display import HTML
|
13 |
from diffusion_utilities import *
|
14 |
|
15 |
+
#openai.api_key = os.getenv('OPENAI_API_KEY')
|
16 |
|
17 |
class ContextUnet(nn.Module):
|
18 |
def __init__(self, in_channels, n_feat=256, n_cfeat=10, height=28): # cfeat - context features
|