Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,8 +109,8 @@ description = "This is a project description. It demonstrates how to use Gradio
|
|
| 109 |
|
| 110 |
import os
|
| 111 |
examples = [
|
| 112 |
-
["
|
| 113 |
-
["
|
| 114 |
]
|
| 115 |
|
| 116 |
|
|
@@ -122,8 +122,8 @@ with gr.Blocks() as demo:
|
|
| 122 |
"""
|
| 123 |
<div style="text-align: center;">
|
| 124 |
<h1>Tuba Autoannotation Demo</h1>
|
| 125 |
-
<
|
| 126 |
-
<
|
| 127 |
Powered by <a href="https://Tuba.ai">Tuba</a>
|
| 128 |
</div>
|
| 129 |
"""
|
|
|
|
| 109 |
|
| 110 |
import os
|
| 111 |
examples = [
|
| 112 |
+
["traffic.jpg", 'person,car,traffic sign,traffic light'],
|
| 113 |
+
["3000.jpeg",'person,car,traffic sign,traffic light']
|
| 114 |
]
|
| 115 |
|
| 116 |
|
|
|
|
| 122 |
"""
|
| 123 |
<div style="text-align: center;">
|
| 124 |
<h1>Tuba Autoannotation Demo</h1>
|
| 125 |
+
<h3>A prompt based controllable model for auto annotation </h3>
|
| 126 |
+
<h3>Saving Time, Bounding Boxes at a Time </h3>
|
| 127 |
Powered by <a href="https://Tuba.ai">Tuba</a>
|
| 128 |
</div>
|
| 129 |
"""
|