Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thenHung
/
Streamlit_sumarization
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
thenHung
commited on
Jul 9, 2023
Commit
a784f59
·
1 Parent(s):
545baa8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import re
2
import time
3
import io
1
+
import os
2
+
os.system("pip install --upgrade pip")
3
+
4
import re
5
import time
6
import io