Commit
·
2b9fcb4
1
Parent(s):
3123979
add clean cache
Browse files
app.py
CHANGED
@@ -619,7 +619,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
619 |
<strong>Reconstruct a human avatar in 0.2 seconds with A100!</strong>
|
620 |
'''
|
621 |
|
622 |
-
with gr.Blocks(analytics_enabled=False) as demo:
|
623 |
|
624 |
# </div>
|
625 |
logo_url = "./assets/rgba_logo_new.png"
|
|
|
619 |
<strong>Reconstruct a human avatar in 0.2 seconds with A100!</strong>
|
620 |
'''
|
621 |
|
622 |
+
with gr.Blocks(analytics_enabled=False, delete_cache=[3600,3600]) as demo:
|
623 |
|
624 |
# </div>
|
625 |
logo_url = "./assets/rgba_logo_new.png"
|