Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,8 +159,8 @@ def process(image_path: str, conf: float, draw_x: bool, min_area: int):
|
|
| 159 |
# ----------------------------
|
| 160 |
with gr.Blocks(title="AI-Driven EL Defect Recognition") as demo:
|
| 161 |
gr.Markdown(
|
| 162 |
-
"##
|
| 163 |
-
"
|
| 164 |
)
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column():
|
|
|
|
| 159 |
# ----------------------------
|
| 160 |
with gr.Blocks(title="AI-Driven EL Defect Recognition") as demo:
|
| 161 |
gr.Markdown(
|
| 162 |
+
"## Defect Images\n"
|
| 163 |
+
" .\n"
|
| 164 |
)
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column():
|