wasmdashai commited on
Commit
4b321fc
·
verified ·
1 Parent(s): fa9f10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def create_file():
19
  class OnnxModelConverter:
20
  def __init__(self):
21
  self.model = None
22
- def download_txt():
23
 
24
  def download_file(self,file_path):
25
  if not os.path.exists(file_path):
 
19
  class OnnxModelConverter:
20
  def __init__(self):
21
  self.model = None
22
+
23
 
24
  def download_file(self,file_path):
25
  if not os.path.exists(file_path):