chansung commited on
Commit
d13f6eb
·
1 Parent(s): 3d23ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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