Spaces:
Runtime error
Runtime error
QuophyDzifa
commited on
Merge branch 'main' of https://huggingface.co/spaces/QuophyDzifa/Sentiment-Analysis-NLP
Browse files- app.py +2 -2
- requirements.txt +0 -56
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
# """gradio_app.ipynb
|
3 |
|
4 |
# Automatically generated by Colaboratory.
|
@@ -6,7 +6,7 @@
|
|
6 |
# Original file is located at
|
7 |
# https://colab.research.google.com/drive/1u8oKw0KTptVWpY-cKFL87N2IDDrM4lTc
|
8 |
# """
|
9 |
-
|
10 |
|
11 |
import gradio as gr
|
12 |
import pandas as pd
|
|
|
1 |
+
# -*- coding: utf-8 -*-
|
2 |
# """gradio_app.ipynb
|
3 |
|
4 |
# Automatically generated by Colaboratory.
|
|
|
6 |
# Original file is located at
|
7 |
# https://colab.research.google.com/drive/1u8oKw0KTptVWpY-cKFL87N2IDDrM4lTc
|
8 |
# """
|
9 |
+
##
|
10 |
|
11 |
import gradio as gr
|
12 |
import pandas as pd
|
requirements.txt
CHANGED
@@ -1,56 +0,0 @@
|
|
1 |
-
# pytest
|
2 |
-
# wheel
|
3 |
-
# setuptools
|
4 |
-
# backports.zoneinfo
|
5 |
-
# pandas
|
6 |
-
# scikit-learn
|
7 |
-
# seaborn
|
8 |
-
# fastai
|
9 |
-
# transformers
|
10 |
-
# simpletransformers
|
11 |
-
# nltk
|
12 |
-
# spacy
|
13 |
-
# gensim
|
14 |
-
# plotly
|
15 |
-
# notebook
|
16 |
-
# jupyter
|
17 |
-
# ipywidgets
|
18 |
-
# gradio
|
19 |
-
|
20 |
-
gradio==3.28.0
|
21 |
-
transformers==4.28.1
|
22 |
-
numpy==1.23.5
|
23 |
-
scikit-learn==1.3.0
|
24 |
-
torch
|
25 |
-
scipy==1.10.1
|
26 |
-
black
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
# gradio
|
35 |
-
# pandas
|
36 |
-
# transformers
|
37 |
-
# numpy
|
38 |
-
# scikit-learn
|
39 |
-
# gdown
|
40 |
-
# torch
|
41 |
-
# scipy
|
42 |
-
|
43 |
-
# tabulate
|
44 |
-
# seaborn
|
45 |
-
# datasets>=2.14.5
|
46 |
-
# transformers>=4.11.2
|
47 |
-
# huggingface-hub>=0.0.17s
|
48 |
-
# wordcloud>=1.8.1
|
49 |
-
# matplotlib>=3.4.3
|
50 |
-
# google-colab>=1.0.0
|
51 |
-
# datasets
|
52 |
-
# transformers
|
53 |
-
# huggingface-hub
|
54 |
-
# wordcloud
|
55 |
-
# matplotlib
|
56 |
-
# google-colab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|