nickmuchi commited on
Commit
89c0d03
1 Parent(s): afe5bb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ 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)
 
4
  import torch
5
  import gradio as gr
6
  import whisper
7
+ import pathlib
8
 
9
  #Get the netflix dataset
10
  netflix = load_dataset('hugginglearners/netflix-shows',use_auth_token=True)