wasmdashai commited on
Commit
437c265
·
verified ·
1 Parent(s): 6064962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -675,9 +675,9 @@ def save_pretrained(path):
675
 
676
  pro.load_model()
677
  return 'save_pretrained'
678
- def read_modell(self,n_model,tokenn):
679
- model22=Vits_models_only_decoder.from_pretrained(n_model,token=tokenn)#.to("cuda")
680
- return "yes"
681
  with gr.Blocks() as interface:
682
  with gr.Accordion("read model ", open=False):
683
  btn_init = gr.Button("run")
 
675
 
676
  pro.load_model()
677
  return 'save_pretrained'
678
+ def read_modell(n_model):
679
+ #model22=Vits_models_only_decoder.from_pretrained(n_model,token)#.to("cuda")
680
+ return token
681
  with gr.Blocks() as interface:
682
  with gr.Accordion("read model ", open=False):
683
  btn_init = gr.Button("run")