wasmdashai commited on
Commit
f683700
·
verified ·
1 Parent(s): d17a96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -642,8 +642,8 @@ pro=TrinerModelVITS(dir_model=dir_model,
642
  device=device
643
  )
644
  def loadd_d():
645
- x=pro.load_modell("wasmdashai/vits-ar-sa-huba")
646
- return x
647
  @spaces.GPU(duration=30)
648
  def run_train_epoch(num):
649
  TrinerModelVITS.KC+=1
 
642
  device=device
643
  )
644
  def loadd_d():
645
+ token=os.environ.get("key_")
646
+ return token
647
  @spaces.GPU(duration=30)
648
  def run_train_epoch(num):
649
  TrinerModelVITS.KC+=1