dagloop5 commited on
Commit
3656e2a
·
verified ·
1 Parent(s): 177f80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,11 +37,11 @@ import gc
37
  import hashlib
38
  import shutil
39
 
 
40
  import torch
41
  torch._dynamo.config.suppress_errors = True
42
  torch._dynamo.config.disable = True
43
 
44
- import spaces
45
  import gradio as gr
46
  import numpy as np
47
  from huggingface_hub import hf_hub_download, snapshot_download
 
37
  import hashlib
38
  import shutil
39
 
40
+ import spaces
41
  import torch
42
  torch._dynamo.config.suppress_errors = True
43
  torch._dynamo.config.disable = True
44
 
 
45
  import gradio as gr
46
  import numpy as np
47
  from huggingface_hub import hf_hub_download, snapshot_download