ZhangYuhan commited on
Commit
6c1c5e7
·
1 Parent(s): 7affe33

update serve

Browse files
Files changed (1) hide show
  1. model/model_worker.py +1 -1
model/model_worker.py CHANGED
@@ -7,7 +7,7 @@ import replicate
7
  import subprocess
8
 
9
  from gradio_client import Client
10
- from .client import Gau2Mesh_client
11
  from constants import OFFLINE_GIF_DIR, REPLICATE_API_TOKEN
12
  # os.environ("REPLICATE_API_TOKEN", "yourKey")
13
 
 
7
  import subprocess
8
 
9
  from gradio_client import Client
10
+ # from .client import Gau2Mesh_client
11
  from constants import OFFLINE_GIF_DIR, REPLICATE_API_TOKEN
12
  # os.environ("REPLICATE_API_TOKEN", "yourKey")
13