Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
! pip install gradio
|
2 |
-
! pip install transformers
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
import seaborn as sns
|
@@ -9,7 +7,7 @@ from sklearn import preprocessing
|
|
9 |
from sklearn.preprocessing import LabelEncoder
|
10 |
import gradio as gr
|
11 |
from array import *
|
12 |
-
|
13 |
|
14 |
#from google.colab import drive
|
15 |
#drive.mount('/content/drive')
|
|
|
|
|
|
|
1 |
import pandas as pd
|
2 |
import numpy as np
|
3 |
import seaborn as sns
|
|
|
7 |
from sklearn.preprocessing import LabelEncoder
|
8 |
import gradio as gr
|
9 |
from array import *
|
10 |
+
|
11 |
|
12 |
#from google.colab import drive
|
13 |
#drive.mount('/content/drive')
|