sayedM commited on
Commit
19f7df0
·
1 Parent(s): 7cc6b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- ["3000.jpeg",'person,car,traffic sign,traffic light'],
113
- ["traffic.jpg", 'person,car,traffic sign,traffic light']
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
- <h2>A prompt based controllable model for auto annotation </h2>
126
- <h2>Saving Time, Bounding Boxes at a Time </h2>
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
  """