Spaces:
Running
Running
Update __init__.py
Browse files- __init__.py +1 -14
__init__.py
CHANGED
|
@@ -1,14 +1 @@
|
|
| 1 |
-
# __init__.py
|
| 2 |
-
```
|
| 3 |
-
|
| 4 |
-
Then scroll down and click **"Commit changes"**.
|
| 5 |
-
|
| 6 |
-
That's it — one file, one line. The relative imports (`.denoiser`, `.transcriber`) are crashing the app because there's no `services/` folder anymore.
|
| 7 |
-
|
| 8 |
-
After you commit, watch the **Container logs** — you should see:
|
| 9 |
-
```
|
| 10 |
-
ClearWave AI starting...
|
| 11 |
-
[Denoiser] Ready
|
| 12 |
-
[Transcriber] ✅ Groq client initialised
|
| 13 |
-
[Translator] Ready (NLLB loads on first use)
|
| 14 |
-
ClearWave AI ready!
|
|
|
|
| 1 |
+
# __init__.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|