Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import torch
|
|
7 |
from utils import *
|
8 |
from presets import *
|
9 |
from huggingface_hub import login
|
|
|
10 |
|
11 |
#antwort=""
|
12 |
######################################################################
|
|
|
7 |
from utils import *
|
8 |
from presets import *
|
9 |
from huggingface_hub import login
|
10 |
+
from transformers import LlamaForCausalLM, LlamaTokenizer
|
11 |
|
12 |
#antwort=""
|
13 |
######################################################################
|