Ilvir commited on
Commit
444ca4b
·
1 Parent(s): 43ed82a

Update gpt.py

Browse files
Files changed (1) hide show
  1. gpt.py +1 -1
gpt.py CHANGED
@@ -13,7 +13,7 @@ model = GPT2LMHeadModel.from_pretrained(
13
  model.load_state_dict(torch.load('modelgpt.pt', map_location=torch.device('cpu')))
14
 
15
 
16
- col1, col2, col3 = st.columns([7, 1, 7])
17
 
18
  with col1:
19
 
 
13
  model.load_state_dict(torch.load('modelgpt.pt', map_location=torch.device('cpu')))
14
 
15
 
16
+ col1, col2, col3 = st.columns([9, 1, 9])
17
 
18
  with col1:
19