Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
65e955b
1
Parent(s):
d31974d
chore: log config on startup
Browse files
faster_whisper_server/main.py
CHANGED
|
@@ -76,6 +76,8 @@ def load_model(model_name: str) -> WhisperModel:
|
|
| 76 |
return whisper
|
| 77 |
|
| 78 |
|
|
|
|
|
|
|
| 79 |
app = FastAPI()
|
| 80 |
|
| 81 |
if config.allow_origins is not None:
|
|
|
|
| 76 |
return whisper
|
| 77 |
|
| 78 |
|
| 79 |
+
logger.debug(f"Config: {config}")
|
| 80 |
+
|
| 81 |
app = FastAPI()
|
| 82 |
|
| 83 |
if config.allow_origins is not None:
|