Spaces:
Running
Running
Commit
·
5a5c607
1
Parent(s):
5ac6ee6
Minor
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ from gen_t2m import load_vq_model, load_res_model, load_trans_model, load_len_es
|
|
34 |
|
35 |
clip_version = 'ViT-B/32'
|
36 |
|
|
|
37 |
WEBSITE = f"""
|
38 |
<div class="embed_hidden">
|
39 |
<h1 style='text-align: center'> MoMask: Generative Masked Modeling of 3D Human Motions </h1>
|
@@ -129,7 +130,6 @@ if not os.path.exists("/data/stats"):
|
|
129 |
with open("/data/stats/Prompts.text", 'w') as f:
|
130 |
pass
|
131 |
|
132 |
-
Total_Calls = 0
|
133 |
def update_total_calls():
|
134 |
global Total_Calls
|
135 |
Total_Calls_offset = 4730 ## init number from visit, 01/07
|
|
|
34 |
|
35 |
clip_version = 'ViT-B/32'
|
36 |
|
37 |
+
Total_Calls = 0
|
38 |
WEBSITE = f"""
|
39 |
<div class="embed_hidden">
|
40 |
<h1 style='text-align: center'> MoMask: Generative Masked Modeling of 3D Human Motions </h1>
|
|
|
130 |
with open("/data/stats/Prompts.text", 'w') as f:
|
131 |
pass
|
132 |
|
|
|
133 |
def update_total_calls():
|
134 |
global Total_Calls
|
135 |
Total_Calls_offset = 4730 ## init number from visit, 01/07
|