Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,17 +92,18 @@ with gr.Blocks() as demo:
|
|
92 |
gr.Markdown(
|
93 |
"""
|
94 |
# ScouterAI
|
95 |
-
|
96 |
-
|
97 |
-
""")
|
98 |
gr.HTML(
|
99 |
"""
|
100 |
-
ScouterAI
|
101 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/632885ba1558dac67c440aa8/j7fUk65sQsQ3o7fdfG5TH.png"
|
102 |
alt="Picture"
|
103 |
-
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
106 |
"""
|
107 |
)
|
108 |
output_gallery = gr.Gallery(label="Output Gallery", type="pil", format="png")
|
|
|
92 |
gr.Markdown(
|
93 |
"""
|
94 |
# ScouterAI
|
95 |
+
"""
|
96 |
+
)
|
|
|
97 |
gr.HTML(
|
98 |
"""
|
|
|
99 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/632885ba1558dac67c440aa8/j7fUk65sQsQ3o7fdfG5TH.png"
|
100 |
alt="Picture"
|
101 |
+
style="display: block; margin: 0 auto max-height=200" />
|
102 |
+
"""
|
103 |
+
)
|
104 |
+
gr.Markdown(
|
105 |
+
"""
|
106 |
+
Welcome to ScouterAI, the Agent that is capable of detecting over 9000 entities in images using the best models of the HuggingFace Hub.
|
107 |
"""
|
108 |
)
|
109 |
output_gallery = gr.Gallery(label="Output Gallery", type="pil", format="png")
|