Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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 |
-
|
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 |
|