Spaces:
Running
Running
Commit
·
333aa09
1
Parent(s):
dad2dd0
Enhance app.py by adding hyperlinks to model types for easier access and increasing the font size of the 'powerful' text for better visibility.
Browse files
app.py
CHANGED
@@ -112,14 +112,14 @@ with gr.Blocks() as demo:
|
|
112 |
To answer your request, the agent will use the following models from the hub:
|
113 |
<br>
|
114 |
<ul>
|
115 |
-
<li>Object detection</li>
|
116 |
-
<li>Image segmentation</li>
|
117 |
-
<li>Image classification</li>
|
118 |
</ul>
|
119 |
The agent can resize and crop images as well as annotating it with bounding boxes, masks and labels.
|
120 |
<br>
|
121 |
<br>
|
122 |
-
Type your request and add images to the textbox below or click on one of the examples to see how <strong style="font-size: 1.
|
123 |
</p>
|
124 |
</div>
|
125 |
</div>
|
|
|
112 |
To answer your request, the agent will use the following models from the hub:
|
113 |
<br>
|
114 |
<ul>
|
115 |
+
<li><a href="https://huggingface.co/models?pipeline_tag=object-detection&library=transformers&sort=trending">Object detection</a></li>
|
116 |
+
<li><a href="https://huggingface.co/models?pipeline_tag=image-segmentation&library=transformers&sort=trending">Image segmentation</a></li>
|
117 |
+
<li><a href="https://huggingface.co/models?pipeline_tag=image-classification&library=transformers&sort=trending">Image classification</a></li>
|
118 |
</ul>
|
119 |
The agent can resize and crop images as well as annotating it with bounding boxes, masks and labels.
|
120 |
<br>
|
121 |
<br>
|
122 |
+
Type your request and add images to the textbox below or click on one of the examples to see how <strong style="font-size: 1.5em;">powerful</strong> it is.
|
123 |
</p>
|
124 |
</div>
|
125 |
</div>
|