te
Browse files- yi-chat-deploy.py +2 -2
yi-chat-deploy.py
CHANGED
@@ -11,8 +11,8 @@ question = "Quais são os planetas do sistema solar?"
|
|
11 |
question = "Qual é o maior planeta do sistema solar?"
|
12 |
|
13 |
|
14 |
-
before = datetime.datetime.now()
|
15 |
-
|
16 |
# Use a pipeline as a high-level helper
|
17 |
from transformers import pipeline
|
18 |
|
|
|
11 |
question = "Qual é o maior planeta do sistema solar?"
|
12 |
|
13 |
|
14 |
+
before = datetime.datetime.now()
|
15 |
+
|
16 |
# Use a pipeline as a high-level helper
|
17 |
from transformers import pipeline
|
18 |
|