Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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,
|