thecho7 commited on
Commit
45b7fa9
·
1 Parent(s): d4bc642

floating point result

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,6 +66,7 @@ meta = {"fps": 32,
66
 
67
  model = model_fn(model_dir)
68
 
 
69
  if __name__ == '__main__':
70
  video_path = "examples/nlurbvsozt.mp4"
71
  model = model_fn(model_dir)
@@ -83,4 +84,3 @@ demo = gr.Interface(fn=predict_fn, # mapping function from input to output
83
 
84
  # Launch the demo!
85
  demo.launch(debug=False,) # Hugging face space don't need shareable_links
86
- """
 
66
 
67
  model = model_fn(model_dir)
68
 
69
+ """
70
  if __name__ == '__main__':
71
  video_path = "examples/nlurbvsozt.mp4"
72
  model = model_fn(model_dir)
 
84
 
85
  # Launch the demo!
86
  demo.launch(debug=False,) # Hugging face space don't need shareable_links