Spaces:
Running
Running
ehristoforu
commited on
Commit
•
450d2f3
1
Parent(s):
f387fa4
Update app-colab.py
Browse files- app-colab.py +1 -1
app-colab.py
CHANGED
@@ -8,7 +8,7 @@ from dotenv import load_dotenv
|
|
8 |
|
9 |
load_dotenv("config.txt")
|
10 |
|
11 |
-
from engine.
|
12 |
from engine.upscaler import upscale_image
|
13 |
from engine.promptGenerator import prompting
|
14 |
|
|
|
8 |
|
9 |
load_dotenv("config.txt")
|
10 |
|
11 |
+
from engine.generateColab import gpugen
|
12 |
from engine.upscaler import upscale_image
|
13 |
from engine.promptGenerator import prompting
|
14 |
|