Flux9665 commited on
Commit
355d903
β€’
1 Parent(s): 586a286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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