Deploy Kith — relationship memory on small open models (ZeroGPU)
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ if brain.KITH_BRAIN == "gpu":
|
|
| 86 |
brain.set_gpu_chat(_brain_chat_gpu)
|
| 87 |
|
| 88 |
|
| 89 |
-
@spaces.GPU(duration=
|
| 90 |
def _transcribe_file(wav_path: str) -> str:
|
| 91 |
import librosa
|
| 92 |
|
|
|
|
| 86 |
brain.set_gpu_chat(_brain_chat_gpu)
|
| 87 |
|
| 88 |
|
| 89 |
+
@spaces.GPU(duration=45)
|
| 90 |
def _transcribe_file(wav_path: str) -> str:
|
| 91 |
import librosa
|
| 92 |
|