Commit
·
b8dbce6
1
Parent(s):
8e9aa2a
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ logging.set_verbosity_error()
|
|
29 |
torch_device = "cuda" if torch.cuda.is_available() else "cpu"
|
30 |
|
31 |
import os
|
32 |
-
MY_TOKEN=os.environ.get('
|
33 |
|
34 |
|
35 |
# Load the autoencoder model which will be used to decode the latents into image space.
|
|
|
29 |
torch_device = "cuda" if torch.cuda.is_available() else "cpu"
|
30 |
|
31 |
import os
|
32 |
+
MY_TOKEN=os.environ.get('Learning')
|
33 |
|
34 |
|
35 |
# Load the autoencoder model which will be used to decode the latents into image space.
|