Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|