Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
from PIL import Image
|
4 |
import easyocr
|
5 |
-
|
6 |
pipe = pipeline("text2text-generation", model="google/flan-t5-base")
|
7 |
|
8 |
st.title("Text Classification Model")
|
|
|
2 |
from transformers import pipeline
|
3 |
from PIL import Image
|
4 |
import easyocr
|
5 |
+
# ghjklkjhgfghj
|
6 |
pipe = pipeline("text2text-generation", model="google/flan-t5-base")
|
7 |
|
8 |
st.title("Text Classification Model")
|