Spaces:
Running
Running
Update TFliteDemo constructor parameters and model.tflite file
Browse files- app.py +1 -1
- f32_ctr_later_s2.tflite β model.tflite +2 -2
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__), '
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52e8c6c6a69d9829efc6af81dfab91856c4c1641aee356c75ea2e3cc7afc7ac1
|
3 |
+
size 86216
|