Spaces:
Sleeping
Sleeping
Commit ·
5ea4286
1
Parent(s): 438cde9
visual style updated
Browse files
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
.env
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
__pycache__
|
__pycache__/aws_utils.cpython-310.pyc
DELETED
|
Binary file (3.94 kB)
|
|
|
__pycache__/core.cpython-310.pyc
DELETED
|
Binary file (8.71 kB)
|
|
|
__pycache__/inout.cpython-310.pyc
DELETED
|
Binary file (1.56 kB)
|
|
|
__pycache__/openai_wrapper.cpython-310.pyc
DELETED
|
Binary file (2.7 kB)
|
|
|
__pycache__/parameters.cpython-310.pyc
DELETED
|
Binary file (476 Bytes)
|
|
|
__pycache__/script_gen.cpython-310.pyc
DELETED
|
Binary file (2.21 kB)
|
|
|
parameters.py
CHANGED
|
@@ -8,7 +8,7 @@ AWS_BUCKET = os.getenv("AWS_BUCKET")
|
|
| 8 |
os.environ["AWS_ACCESS_KEY_ID"] = os.getenv("AWS_ACCESS_KEY_ID")
|
| 9 |
os.environ["AWS_SECRET_ACCESS_KEY"] = os.getenv("AWS_SECRET_ACCESS_KEY")
|
| 10 |
os.environ["S3_BUCKET_NAME"] = os.getenv("AWS_BUCKET")
|
| 11 |
-
VISUAL_CHOICES = ["DARK", "
|
| 12 |
MAX_TRIES = os.getenv("MAX_TRIES")
|
| 13 |
OPEN_AI_API_KEY = os.getenv("OPEN_AI_KEY")
|
| 14 |
MODEL_SERVER_URL = os.getenv("MODEL_SERVER_URL")
|
|
|
|
| 8 |
os.environ["AWS_ACCESS_KEY_ID"] = os.getenv("AWS_ACCESS_KEY_ID")
|
| 9 |
os.environ["AWS_SECRET_ACCESS_KEY"] = os.getenv("AWS_SECRET_ACCESS_KEY")
|
| 10 |
os.environ["S3_BUCKET_NAME"] = os.getenv("AWS_BUCKET")
|
| 11 |
+
VISUAL_CHOICES = ["DARK", "FLUX_COMIC", "GHIBLI_COMIC"]
|
| 12 |
MAX_TRIES = os.getenv("MAX_TRIES")
|
| 13 |
OPEN_AI_API_KEY = os.getenv("OPEN_AI_KEY")
|
| 14 |
MODEL_SERVER_URL = os.getenv("MODEL_SERVER_URL")
|