yooi commited on
Commit
339d561
·
verified ·
1 Parent(s): 0ad4a99

Deploy Kith — relationship memory on small open models (ZeroGPU)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=60)
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