Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
4 |
-
import seaborn as sns
|
5 |
from transformers import pipeline
|
6 |
|
7 |
# Load the sentiment analysis model (supports neutral feedback)
|
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
import matplotlib.pyplot as plt
|
|
|
4 |
from transformers import pipeline
|
5 |
|
6 |
# Load the sentiment analysis model (supports neutral feedback)
|