wasmdashai commited on
Commit
a1cc1df
·
verified ·
1 Parent(s): 9ba6341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ class OnnxModelConverter:
10
  self.model = None
11
  def download_file(self,file_path):
12
  with open("file.name", "wb") as f:
13
- return file.read()
14
 
15
  def convert(self, model_name, token, onnx_filename, conversion_type):
16
  """
 
10
  self.model = None
11
  def download_file(self,file_path):
12
  with open("file.name", "wb") as f:
13
+ return file.read()
14
 
15
  def convert(self, model_name, token, onnx_filename, conversion_type):
16
  """