doggdad commited on
Commit
15984ea
·
verified ·
1 Parent(s): 8345756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
  # https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
15
  from utils import GPTModel
16
 
17
- from previous_chapters import (
18
  generate,
19
  text_to_token_ids,
20
  token_ids_to_text,
 
14
  # https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
15
  from utils import GPTModel
16
 
17
+ from utils import (
18
  generate,
19
  text_to_token_ids,
20
  token_ids_to_text,