ownEyes
commited on
Commit
·
b00dbb0
1
Parent(s):
4b8c75e
improve clarity
Browse files
app.py
CHANGED
@@ -84,10 +84,12 @@ def create_gradio_interface():
|
|
84 |
gr.HTML("""
|
85 |
<div style="text-align: center;">
|
86 |
<h1>Satellite Image Roofs Auto Annotation</h1>
|
87 |
-
<p>Powered by a <a href="https://huggingface.co/Yifeng-Liu/rt-detr-finetuned-for-satellite-image-roofs-detection" target="_blank">fine-tuned RT-DETR model</a> and Fast-SAM model.</p>
|
88 |
<p>📤 Upload an image or a folder containing images.</p>
|
89 |
-
<p>🖼️ Images are saved in a user-specific directory and deleted when the user closes the page.</p>
|
90 |
-
<p>⚙️ Each user can upload files with a maximum
|
|
|
|
|
91 |
</div>
|
92 |
""")
|
93 |
with gr.Row():
|
|
|
84 |
gr.HTML("""
|
85 |
<div style="text-align: center;">
|
86 |
<h1>Satellite Image Roofs Auto Annotation</h1>
|
87 |
+
<p>Powered by a <a href="https://huggingface.co/Yifeng-Liu/rt-detr-finetuned-for-satellite-image-roofs-detection" target="_blank">fine-tuned RT-DETR model</a> and a Fast-SAM model.</p>
|
88 |
<p>📤 Upload an image or a folder containing images.</p>
|
89 |
+
<p>🖼️ Images are saved in a user-specific directory and are deleted when the user closes the page.</p>
|
90 |
+
<p>⚙️ Each user can upload files with a maximum size of 200 MB each time.</p>
|
91 |
+
<p>🏷️ Annotation results will be saved in the COCO format for download.</p>
|
92 |
+
<p>🔧 TODO: Enhance model inference using Intel OpenVINO.</p>
|
93 |
</div>
|
94 |
""")
|
95 |
with gr.Row():
|