Spaces:
Running
Running
Commit ·
a935c47
1
Parent(s): 6dc2db5
update serve
Browse files- 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 |
|