wasmdashai commited on
Commit
e613bf3
·
verified ·
1 Parent(s): 3339a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ class OnnxModelConverter:
79
  input_names=['input'],
80
  output_names=['output'],
81
  dynamic_axes={"input": {0: "batch_size", 1: "sequence_length"},
82
- "output": {0: "batch_size", 1: "sequence_length"}})
83
  )
84
 
85
  return self.download_file(onnx_file)
 
79
  input_names=['input'],
80
  output_names=['output'],
81
  dynamic_axes={"input": {0: "batch_size", 1: "sequence_length"},
82
+ "output": {0: "batch_size", 1: "sequence_length"}}
83
  )
84
 
85
  return self.download_file(onnx_file)