stevenbucaille commited on
Commit
8aeea34
·
verified ·
1 Parent(s): bc4df96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -92,17 +92,18 @@ 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
  gr.HTML(
99
  """
100
- ScouterAI
101
  <img src="https://cdn-uploads.huggingface.co/production/uploads/632885ba1558dac67c440aa8/j7fUk65sQsQ3o7fdfG5TH.png"
102
  alt="Picture"
103
- width="800"
104
- height="600"
105
- style="display: block; margin: 0 auto" />
 
 
 
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")