asalhi85 commited on
Commit
8f56e3c
1 Parent(s): 0a1cb88

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title=title,
94
  #gr.HTML("""<h5 style="color:navy;">1- Select an example by clicking a thumbnail below.</h5>""")
95
  gr.HTML("""<h5 style="color:navy;">1- Select an example by clicking a thumbnail below.<br>
96
  2- Or upload an image by clicking on the canvas.<br>
97
- # 3- Or insert direct url of an image.</h5>""")
98
 
99
  with gr.Row():
100
  with gr.Column():
@@ -128,7 +128,7 @@ with gr.Blocks(title=title,
128
 
129
  #gr.HTML("""<h5 style="color:navy;">Reference</h5>""")
130
  #gr.HTML("""<ul>""")
131
- gr.HTML("""<h5>Detectron model is available from our repository <a href="https://github.com/asalhi/Smartathon-Baseer">here</a>.</h5>""")
132
  #gr.HTML("""</ul>""")
133
 
134
 
 
94
  #gr.HTML("""<h5 style="color:navy;">1- Select an example by clicking a thumbnail below.</h5>""")
95
  gr.HTML("""<h5 style="color:navy;">1- Select an example by clicking a thumbnail below.<br>
96
  2- Or upload an image by clicking on the canvas.<br>
97
+ 3- Or insert direct url of an image.</h5>""")
98
 
99
  with gr.Row():
100
  with gr.Column():
 
128
 
129
  #gr.HTML("""<h5 style="color:navy;">Reference</h5>""")
130
  #gr.HTML("""<ul>""")
131
+ gr.HTML("""<h5 style="color:navy;">Detectron model is available from our repository <a href="https://github.com/asalhi/Smartathon-Baseer">here</a>.</h5>""")
132
  #gr.HTML("""</ul>""")
133
 
134