Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
pip install streamlit transformers
|
2 |
|
3 |
import streamlit as st
|
4 |
-
from
|
5 |
|
6 |
# Rest of your Streamlit app code here
|
7 |
|
|
|
1 |
pip install streamlit transformers
|
2 |
|
3 |
import streamlit as st
|
4 |
+
from transformers import pipeline
|
5 |
|
6 |
# Rest of your Streamlit app code here
|
7 |
|