Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|