Update app.py
Browse files
app.py
CHANGED
@@ -6,12 +6,12 @@ import copy
|
|
6 |
import tensorflow as tf
|
7 |
import tensorflow_text
|
8 |
from tensorflow.python.saved_model import tag_constants
|
9 |
-
from huggingface_hub import Repository
|
10 |
|
11 |
import gradio as gr
|
12 |
-
from pingpong import PingPong
|
13 |
-
from pingpong.gradio import GradioAlpacaChatPPManager
|
14 |
-
from pingpong.context import CtxLastWindowStrategy
|
15 |
|
16 |
local_path = "hf_model"
|
17 |
|
|
|
6 |
import tensorflow as tf
|
7 |
import tensorflow_text
|
8 |
from tensorflow.python.saved_model import tag_constants
|
9 |
+
#from huggingface_hub import Repository
|
10 |
|
11 |
import gradio as gr
|
12 |
+
#from pingpong import PingPong
|
13 |
+
#from pingpong.gradio import GradioAlpacaChatPPManager
|
14 |
+
#from pingpong.context import CtxLastWindowStrategy
|
15 |
|
16 |
local_path = "hf_model"
|
17 |
|