stevenbucaille commited on
Commit
b19dcac
·
verified ·
1 Parent(s): 8091e8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/632885ba1558dac67c440aa8/j7fUk65sQsQ3o7fdfG5TH.png){ 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(