Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ def runLLM ():
|
|
21 |
|
22 |
|
23 |
output = tokenizer.decode(tokens[0], skip_special_tokens=True)
|
24 |
-
|
25 |
|
26 |
#output = "γγγγ"
|
27 |
|
|
|
21 |
|
22 |
|
23 |
output = tokenizer.decode(tokens[0], skip_special_tokens=True)
|
|
|
24 |
|
25 |
#output = "γγγγ"
|
26 |
|