Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|