noahzhy commited on
Commit
931f551
β€’
1 Parent(s): c393f6b

Update TFliteDemo constructor parameters and model.tflite file

Browse files
app.py CHANGED
@@ -126,7 +126,7 @@ if __name__ == '__main__':
126
  </div>
127
  '''
128
  # init model
129
- demo = TFliteDemo(os.path.join(os.path.dirname(__file__), 'f32_ctr_later_s2.tflite'))
130
  interface = gr.Interface(
131
  fn=inference,
132
  inputs="image",
 
126
  </div>
127
  '''
128
  # init model
129
+ demo = TFliteDemo(os.path.join(os.path.dirname(__file__), 'model.tflite'))
130
  interface = gr.Interface(
131
  fn=inference,
132
  inputs="image",
f32_ctr_later_s2.tflite β†’ model.tflite RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:881ba76cb7ae1c74736f61daea24c61f98b6ef23e147e4eefab32e00e5340d08
3
- size 89392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e8c6c6a69d9829efc6af81dfab91856c4c1641aee356c75ea2e3cc7afc7ac1
3
+ size 86216