Anandhavalli2 commited on
Commit
fb0b05b
·
verified ·
1 Parent(s): f073395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- #%%writefile app.py
2
  import streamlit as st
3
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
4
  import torch
 
1
+ %%writefile app.py
2
  import streamlit as st
3
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
4
  import torch