Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
karthi311
/
text-sum-and-grammar-correction
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
karthi311
commited on
Nov 8, 2024
Commit
22bc534
·
verified
·
1 Parent(s):
9ff4d36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -1,6 +1,3 @@
1
-
# Install required packages if not already installed
2
-
!pip install streamlit transformers
3
-
4
import streamlit as st
5
from transformers import pipeline
6
1
import streamlit as st
2
from transformers import pipeline
3