mavinsao commited on
Commit
c12c8cd
·
verified ·
1 Parent(s): 291793f
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # Use a pipeline as a high-level helper
2
  from transformers import pipeline
 
3
 
4
  pipe = pipeline("text-classification", model="mavinsao/mi-roberta-classification")
5
 
 
1
  # Use a pipeline as a high-level helper
2
  from transformers import pipeline
3
+ import streamlit as st
4
 
5
  pipe = pipeline("text-classification", model="mavinsao/mi-roberta-classification")
6