Spaces:
Running
Running
Sunil Surendra Singh
commited on
Commit
·
ec6637f
1
Parent(s):
ae80221
removed the published openai key from config
Browse files
config.py
CHANGED
@@ -53,12 +53,5 @@ class AppConfig:
|
|
53 |
"Third-Person Omniscient",
|
54 |
]
|
55 |
|
56 |
-
HF_TOKEN = "Bearer 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"
|
57 |
-
OPENAI_KEY = "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"
|
58 |
-
I2T_API_URL = (
|
59 |
-
"https://api-inference.huggingface.co/models/Sof22/image-caption-large-copy"
|
60 |
-
)
|
61 |
-
MONGO_CONN_STR = "mongodb+srv://sssingh:Topsycret1@cluster0.fcwxggj.mongodb.net/"
|
62 |
-
|
63 |
|
64 |
app_config = AppConfig()
|
|
|
53 |
"Third-Person Omniscient",
|
54 |
]
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
app_config = AppConfig()
|