JosephCatrambone commited on
Commit
61ad454
·
1 Parent(s): d03c637

Don't use versioned model.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy
3
  import gradio as gr
4
  from PIL import Image
5
 
6
- ort_sess = ort.InferenceSession('tiny_doodle_embedding_v14.onnx')
7
 
8
  # force reload now!
9
 
 
3
  import gradio as gr
4
  from PIL import Image
5
 
6
+ ort_sess = ort.InferenceSession('tiny_doodle_embedding.onnx')
7
 
8
  # force reload now!
9