Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6 |
import tensorflow as tf
|
7 |
import tensorflow_text
|
8 |
from tensorflow.python.saved_model import tag_constants
|
9 |
-
|
10 |
|
11 |
import gradio as gr
|
12 |
#from pingpong import PingPong
|
|
|
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
|