Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import numpy as np
|
|
7 |
from sklearn.linear_model import LogisticRegression
|
8 |
import gradio as gr
|
9 |
import yt_dlp as youtube_dl
|
|
|
10 |
|
11 |
class HuggingFaceFeatureExtractor:
|
12 |
def __init__(self, model_class, name):
|
|
|
7 |
from sklearn.linear_model import LogisticRegression
|
8 |
import gradio as gr
|
9 |
import yt_dlp as youtube_dl
|
10 |
+
import os
|
11 |
|
12 |
class HuggingFaceFeatureExtractor:
|
13 |
def __init__(self, model_class, name):
|