Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import gradio as gr
|
|
| 12 |
|
| 13 |
# For llms_from_scratch installation instructions, see:
|
| 14 |
# https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
|
| 15 |
-
from
|
| 16 |
|
| 17 |
from previous_chapters import (
|
| 18 |
generate,
|
|
|
|
| 12 |
|
| 13 |
# For llms_from_scratch installation instructions, see:
|
| 14 |
# https://github.com/rasbt/LLMs-from-scratch/tree/main/pkg
|
| 15 |
+
from utils import GPTModel
|
| 16 |
|
| 17 |
from previous_chapters import (
|
| 18 |
generate,
|