- yi-chat-deploy.py +1 -1
yi-chat-deploy.py
CHANGED
@@ -11,7 +11,7 @@ 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
|
|
|
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
|