wasmdashai commited on
Commit
7c52cd1
·
verified ·
1 Parent(s): e620b13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,11 +55,11 @@ class model_onxx:
55
  def function_change(self,n_model,token,n_onxx,choice):
56
  if choice=="decoder":
57
 
58
- V=self.convert_model_decoder_onxx(n_model,token,n_onxx)
59
  elif choice=="all only decoder":
60
  V=self.convert_to_onnx_only_decoder(n_model,token,n_onxx)
61
  else:
62
- V=self.convert_to_onnx_all(n_model,token,n_onxx)
63
  return V
64
 
65
  def install_model(self,n_model,token,n_onxx):
 
55
  def function_change(self,n_model,token,n_onxx,choice):
56
  if choice=="decoder":
57
 
58
+ V=self.convert_to_onnx_only_decoder(n_model,token,n_onxx)
59
  elif choice=="all only decoder":
60
  V=self.convert_to_onnx_only_decoder(n_model,token,n_onxx)
61
  else:
62
+ V=self.convert_to_onnx_only_decoder(n_model,token,n_onxx)
63
  return V
64
 
65
  def install_model(self,n_model,token,n_onxx):