TRaw commited on
Commit
b4eed25
·
1 Parent(s): 35d70fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import random
3
  import time
4
- import transformers
5
 
6
  st.title("Simple chat with Hugging Face")
7
 
 
1
  import streamlit as st
2
  import random
3
  import time
4
+ from transformers import GPT2LMHeadModel, GPT2Tokenizer
5
 
6
  st.title("Simple chat with Hugging Face")
7