nickmuchi commited on
Commit
afb269c
1 Parent(s): 0a44459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from datasets import load_dataset
3
  import pandas as pd
4
  import torch
5
  import gradio as gr
 
6
 
7
  #Get the netflix dataset
8
  netflix = load_dataset('hugginglearners/netflix-shows',use_auth_token=True)
 
3
  import pandas as pd
4
  import torch
5
  import gradio as gr
6
+ import whisper
7
 
8
  #Get the netflix dataset
9
  netflix = load_dataset('hugginglearners/netflix-shows',use_auth_token=True)