Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ async def read_root(request: Request):
|
|
63 |
# Make sure speaker_id_map is defined and populated correctly
|
64 |
# data = {"your_data_key": "your_data_value"} # Replace with your data
|
65 |
# model_configurations = {} # Replace with your model configurations
|
66 |
-
|
67 |
|
68 |
# Define and populate speaker_id_map
|
69 |
speaker_id_map = {
|
|
|
63 |
# Make sure speaker_id_map is defined and populated correctly
|
64 |
# data = {"your_data_key": "your_data_value"} # Replace with your data
|
65 |
# model_configurations = {} # Replace with your model configurations
|
66 |
+
model_configurations = {} # Replace with your model configurations
|
67 |
|
68 |
# Define and populate speaker_id_map
|
69 |
speaker_id_map = {
|