DavidCombei commited on
Commit
996b7d8
·
verified ·
1 Parent(s): ba707fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):