Spaces:
Runtime error
Runtime error
Commit
·
de743e5
1
Parent(s):
64f2a1f
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
os.system('pip install transformers')
|
3 |
os.system('pip install TextBlob')
|
4 |
-
|
5 |
|
6 |
|
7 |
import streamlit as st
|
|
|
1 |
import os
|
2 |
os.system('pip install transformers')
|
3 |
os.system('pip install TextBlob')
|
4 |
+
import tensorflow as tf
|
5 |
|
6 |
|
7 |
import streamlit as st
|