Emily666666 commited on
Commit
44eee89
1 Parent(s): 18b09c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -1,14 +1,3 @@
1
- # Requires the latest pip
2
- pip install --upgrade pip
3
-
4
- # Current stable release for CPU and GPU
5
- pip install tensorflow
6
-
7
- # Or try the preview build (unstable)
8
- pip install tf-nightly
9
-
10
-
11
-
12
  import streamlit as st
13
  from transformers import pipeline
14
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3