Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|