alnalda commited on
Commit
6f014f5
1 Parent(s): e367682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import matplotlib.pyplot as plt
9
  import IPython.display as ipd
10
 
11
  from tqdm import tqdm
12
- import gradio as gr
13
 
14
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
  sample_rate = 16000
 
9
  import IPython.display as ipd
10
 
11
  from tqdm import tqdm
12
+ import gradio as g
13
 
14
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
  sample_rate = 16000