Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,12 @@ def example_selected(example):
|
|
89 |
|
90 |
|
91 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
output_gallery = gr.Gallery(label="Output Gallery", type="pil", format="png")
|
93 |
textbox = gr.MultimodalTextbox()
|
94 |
gr.ChatInterface(
|
|
|
89 |
|
90 |
|
91 |
with gr.Blocks() as demo:
|
92 |
+
gr.Markdown(
|
93 |
+
"""
|
94 |
+
# ScouterAI
|
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(
|