Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,9 @@ from transformers import pipeline
|
|
3 |
import gradio as gr
|
4 |
import pandas
|
5 |
import matplotlib.pyplot as plt
|
6 |
-
import
|
|
|
|
|
7 |
#import scikit-learn
|
8 |
from sklearn import model_selection
|
9 |
from sklearn.linear_model import LogisticRegression
|
|
|
3 |
import gradio as gr
|
4 |
import pandas
|
5 |
import matplotlib.pyplot as plt
|
6 |
+
import os
|
7 |
+
import sys
|
8 |
+
os.system('pip install -U scikit-learn scipy matplotlib')
|
9 |
#import scikit-learn
|
10 |
from sklearn import model_selection
|
11 |
from sklearn.linear_model import LogisticRegression
|