fffiloni commited on
Commit
b40da7f
1 Parent(s): 99578a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -4,6 +4,10 @@ import os
4
  import subprocess
5
  import threading
6
 
 
 
 
 
7
  # download model
8
  huggingface_hub.snapshot_download(
9
  repo_id='ariesssxu/vta-ldm-clip4clip-v-large',
 
4
  import subprocess
5
  import threading
6
 
7
+ import numpy as np
8
+ import matplotlib.pyplot as plt
9
+ from scipy.io import wavfile
10
+
11
  # download model
12
  huggingface_hub.snapshot_download(
13
  repo_id='ariesssxu/vta-ldm-clip4clip-v-large',