Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ hf_token = os.getenv('HF_TOKEN')
|
|
| 17 |
|
| 18 |
# Connect to MongoDB
|
| 19 |
client = MongoClient(mongodb_uri)
|
| 20 |
-
db = client['mitra
|
| 21 |
voices_collection = db['voices']
|
| 22 |
|
| 23 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
|
|
|
| 17 |
|
| 18 |
# Connect to MongoDB
|
| 19 |
client = MongoClient(mongodb_uri)
|
| 20 |
+
db = client['mitra']
|
| 21 |
voices_collection = db['voices']
|
| 22 |
|
| 23 |
os.environ["COQUI_TOS_AGREED"] = "1"
|