Maddy90 commited on
Commit
95fb164
·
verified ·
1 Parent(s): b3b8dc8

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ Use Auto-tokenizer
2
+
3
+ import streamlit as st
4
+ from transformers import pipeline
5
+
6
+
7
+ if text:
8
+ out = pipe(text)
9
+ st.json(out)