Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from tensorflow.python.saved_model import tag_constants
|
|
8 |
from huggingface_hub import Repository
|
9 |
|
10 |
from pingpong import PingPong
|
11 |
-
|
12 |
-
|
13 |
|
14 |
local_path = "hf_model"
|
15 |
|
|
|
8 |
from huggingface_hub import Repository
|
9 |
|
10 |
from pingpong import PingPong
|
11 |
+
from pingpong.gradio import GradioAlpacaChatPPManager
|
12 |
+
from pingpong.context import CtxLastWindowStrategy
|
13 |
|
14 |
local_path = "hf_model"
|
15 |
|