Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,10 @@
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch.cuda
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
-
|
5 |
from InferenceInterfaces.ControllableInterface import ControllableInterface
|
6 |
from Utility.utils import float2pcm
|
7 |
from Utility.utils import load_json_from_path
|
|
|
1 |
+
import torch
|
2 |
+
torch.manual_seed(160923)
|
3 |
+
|
4 |
+
|
5 |
import gradio as gr
|
6 |
import torch.cuda
|
7 |
from huggingface_hub import hf_hub_download
|
|
|
8 |
from InferenceInterfaces.ControllableInterface import ControllableInterface
|
9 |
from Utility.utils import float2pcm
|
10 |
from Utility.utils import load_json_from_path
|