Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ description_html = """
|
|
82 |
</head>
|
83 |
<body>
|
84 |
<h1>Tuba AI Auto-Annotation 🚀</h1>
|
85 |
-
<h2>Saving Time, Bounding Boxes at a Time </h2>
|
86 |
<h2>Introduction</h2>
|
87 |
<p>Welcome to the world of DevisionX, where AI meets vision to revolutionize annotation. Our mission is to make computer vision accessible to all, and this README is your gateway to understanding how our auto-annotation model can change the way you work.</p>
|
88 |
<h2>Meet Tuba.AI - Your Partner in Vision</h2>
|
@@ -128,8 +128,8 @@ with gr.Blocks() as demo:
|
|
128 |
"""
|
129 |
<div style="text-align: center;">
|
130 |
<h1>Tuba Autoannotation Demo</h1>
|
131 |
-
<h3>A prompt based controllable model for auto annotation </h3>
|
132 |
-
<h3>Saving Time, Bounding Boxes at a Time </h3>
|
133 |
Powered by <a href="https://Tuba.ai">Tuba</a>
|
134 |
</div>
|
135 |
"""
|
@@ -137,7 +137,7 @@ with gr.Blocks() as demo:
|
|
137 |
# Define the input components and add them to the layout
|
138 |
|
139 |
with gr.Row():
|
140 |
-
image_input = gr.
|
141 |
output = gr.Image(type="numpy", label="Output Image")
|
142 |
|
143 |
# Define the output component and add it to the layout
|
|
|
82 |
</head>
|
83 |
<body>
|
84 |
<h1>Tuba AI Auto-Annotation 🚀</h1>
|
85 |
+
<h2>Saving Time, Bounding Boxes & Polygons at a Time </h2>
|
86 |
<h2>Introduction</h2>
|
87 |
<p>Welcome to the world of DevisionX, where AI meets vision to revolutionize annotation. Our mission is to make computer vision accessible to all, and this README is your gateway to understanding how our auto-annotation model can change the way you work.</p>
|
88 |
<h2>Meet Tuba.AI - Your Partner in Vision</h2>
|
|
|
128 |
"""
|
129 |
<div style="text-align: center;">
|
130 |
<h1>Tuba Autoannotation Demo</h1>
|
131 |
+
<h3>A prompt based controllable model for auto annotation (Detection and Segmentation) </h3>
|
132 |
+
<h3>Saving Time, Bounding Boxes & Polygons at a Time </h3>
|
133 |
Powered by <a href="https://Tuba.ai">Tuba</a>
|
134 |
</div>
|
135 |
"""
|
|
|
137 |
# Define the input components and add them to the layout
|
138 |
|
139 |
with gr.Row():
|
140 |
+
image_input = gr.Image()
|
141 |
output = gr.Image(type="numpy", label="Output Image")
|
142 |
|
143 |
# Define the output component and add it to the layout
|