Joker1212 commited on
Commit
3b81b76
Β·
1 Parent(s): 405bf22

fix: rm rapid_unwrap

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
  from rapid_undistorted.inference import InferenceEngine
3
- from rapid_unwrap.inference import DocUnwrapper
4
  import numpy as np
5
  # εˆε§‹εŒ–ζ¨‘εž‹
6
  engine = InferenceEngine("config.yaml")
 
1
  import gradio as gr
2
  from rapid_undistorted.inference import InferenceEngine
 
3
  import numpy as np
4
  # εˆε§‹εŒ–ζ¨‘εž‹
5
  engine = InferenceEngine("config.yaml")