sayedM commited on
Commit
7cc6b04
·
1 Parent(s): 59a7807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -74,7 +74,7 @@ description_html = """
74
  <title>Tuba AI Auto-Annotation </title>
75
  </head>
76
  <body>
77
- <h1>Tuba AI Auto-Annotation Model 🚀</h1>
78
  <h2>Saving Time, Bounding Boxes at a Time </h2>
79
  <h2>Introduction</h2>
80
  <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>
@@ -119,13 +119,14 @@ examples = [
119
  # Create a Blocks object and use it as a context manager
120
  with gr.Blocks() as demo:
121
  gr.Markdown(
122
- """
123
- # Tuba Autoannotation Demo
124
-
125
- This is your private demo for [Tuba Autoannotation](https://Tuba.ai)
126
-
127
- A prompt based controllable model for auto annotation
128
- """
 
129
  )
130
  # Define the input components and add them to the layout
131
 
 
74
  <title>Tuba AI Auto-Annotation </title>
75
  </head>
76
  <body>
77
+ <h1>Tuba AI Auto-Annotation 🚀</h1>
78
  <h2>Saving Time, Bounding Boxes at a Time </h2>
79
  <h2>Introduction</h2>
80
  <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>
 
119
  # Create a Blocks object and use it as a context manager
120
  with gr.Blocks() as demo:
121
  gr.Markdown(
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
+ """
130
  )
131
  # Define the input components and add them to the layout
132