Waraporn commited on
Commit
add9dac
1 Parent(s): 3d6c53f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
- import joblib
4
 
5
  classifier = pipeline("text-generation")
6
  def main():
 
1
  import streamlit as st
2
  from transformers import pipeline
 
3
 
4
  classifier = pipeline("text-generation")
5
  def main():