fjenett commited on
Commit
6aa96a4
1 Parent(s): 6b6234f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import gradio as gr
2
- from pyAAMED import pyAAMED
3
  import cv2
4
 
 
 
5
  title = """
6
  <h1>Arc Adjacency Matrix based Fast Ellipse Detection</h1>
7
  <a href="https://github.com/Li-Zhaoxi/AAMED">Gitub</a>
 
1
  import gradio as gr
 
2
  import cv2
3
 
4
+ from pyAAMED import pyAAMED
5
+
6
  title = """
7
  <h1>Arc Adjacency Matrix based Fast Ellipse Detection</h1>
8
  <a href="https://github.com/Li-Zhaoxi/AAMED">Gitub</a>