Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def load_code(filename):
|
|
19 |
|
20 |
fashion_code = load_code('fashion.cod')
|
21 |
uhdimage_code = load_code('uhdimage.cod')
|
22 |
-
MixGEN_code = load_code('
|
23 |
|
24 |
def respond(
|
25 |
message,
|
|
|
19 |
|
20 |
fashion_code = load_code('fashion.cod')
|
21 |
uhdimage_code = load_code('uhdimage.cod')
|
22 |
+
MixGEN_code = load_code('mgen.cod')
|
23 |
|
24 |
def respond(
|
25 |
message,
|