Aduc-sdr commited on
Commit
83c4422
verified
1 Parent(s): 8055a69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -2
app.py CHANGED
@@ -11,10 +11,20 @@
11
  # // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # // See the License for the specific language governing permissions and
13
  # // limitations under the License.
14
- import spaces
15
- import subprocess
16
  import os
 
 
17
  import sys
 
 
 
 
 
 
 
 
 
18
 
19
  # --- ETAPA 1: Clonar o Reposit贸rio Oficial do GitHub ---
20
  repo_name = "SeedVR"
 
11
  # // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # // See the License for the specific language governing permissions and
13
  # // limitations under the License.
14
+ import torch.distributed as dist
 
15
  import os
16
+ import gc
17
+ import logging
18
  import sys
19
+ import subprocess
20
+ from pathlib import Path
21
+ from urllib.parse import urlparse
22
+ from torch.hub import download_url_to_file
23
+ import gradio as gr
24
+ import mediapy
25
+ from einops import rearrange
26
+ import shutil
27
+ from omegaconf import OmegaConf
28
 
29
  # --- ETAPA 1: Clonar o Reposit贸rio Oficial do GitHub ---
30
  repo_name = "SeedVR"