Spaces:
Runtime error
Runtime error
mayuema
commited on
Commit
·
b1a7c15
1
Parent(s):
1572b5f
first release
Browse files
inference_followyourpose.py
CHANGED
@@ -4,7 +4,7 @@ from FollowYourPose.test_followyourpose import *
|
|
4 |
import copy
|
5 |
import gradio as gr
|
6 |
from transformers import AutoTokenizer, CLIPTextModel
|
7 |
-
|
8 |
|
9 |
def get_time_string() -> str:
|
10 |
x = datetime.datetime.now()
|
|
|
4 |
import copy
|
5 |
import gradio as gr
|
6 |
from transformers import AutoTokenizer, CLIPTextModel
|
7 |
+
from huggingface_hub import hf_hub_download
|
8 |
|
9 |
def get_time_string() -> str:
|
10 |
x = datetime.datetime.now()
|