hashhac commited on
Commit
c07dd66
·
1 Parent(s): dbf60e3

time was needed

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from fastrtc import (
3
  audio_to_bytes, aggregate_bytes_to_16bit
4
  )
5
  import gradio as gr
 
6
  import numpy as np
7
  import torch
8
  import os
 
3
  audio_to_bytes, aggregate_bytes_to_16bit
4
  )
5
  import gradio as gr
6
+ import time
7
  import numpy as np
8
  import torch
9
  import os