ms1449 commited on
Commit
25e37c8
·
verified ·
1 Parent(s): c6b9e67

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 AutoTokenizer, AutoModelForCausalLM
3
- import torch
4
 
5
  # Load the model and tokenizer
6
  model_name = "gpt2-large"
 
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
3
 
4
  # Load the model and tokenizer
5
  model_name = "gpt2-large"