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