merve HF staff commited on
Commit
4b7eb8a
1 Parent(s): 18124ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
-
3
  st.header("Ways to Improve Your Conversational Agents using 🤗 Hugging Face")
4
 
5
  st.write("There are many ways to improve your conversational agents using language models. In this blog post, I want to go through couple of know-hows I've learnt during my time as a machine learning engineer making chatbots for living.")
 
1
  import streamlit as st
2
+ from transformers import pipeline
3
  st.header("Ways to Improve Your Conversational Agents using 🤗 Hugging Face")
4
 
5
  st.write("There are many ways to improve your conversational agents using language models. In this blog post, I want to go through couple of know-hows I've learnt during my time as a machine learning engineer making chatbots for living.")