akhaliq HF staff commited on
Commit
64daabf
1 Parent(s): 51bc0a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ from scipy.io import wavfile
9
 
10
  import os
11
 
 
 
12
  # Load the model.
13
  model = hub.load('https://tfhub.dev/google/yamnet/1')
14
 
 
9
 
10
  import os
11
 
12
+ import gradio as gr
13
+
14
  # Load the model.
15
  model = hub.load('https://tfhub.dev/google/yamnet/1')
16