Upload app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from PIL import Image
|
3 |
import pandas as pd
|
4 |
from transformers import pipeline
|
5 |
-
|
6 |
|
7 |
# Create a sentiment analysis pipeline
|
8 |
sentiment_analysis = pipeline("sentiment-analysis", model="chayanee/Detected_img")
|
|
|
2 |
from PIL import Image
|
3 |
import pandas as pd
|
4 |
from transformers import pipeline
|
5 |
+
pip install timm
|
6 |
|
7 |
# Create a sentiment analysis pipeline
|
8 |
sentiment_analysis = pipeline("sentiment-analysis", model="chayanee/Detected_img")
|