Spaces:
Runtime error
Runtime error
MUHAMMEDHAFEEZ
commited on
Commit
•
aed91fe
1
Parent(s):
9d9db3c
app.py
CHANGED
@@ -126,7 +126,7 @@ demo = gr.Blocks(css=css)
|
|
126 |
with demo:
|
127 |
gr.Markdown(title)
|
128 |
gr.Markdown(description)
|
129 |
-
gr.Markdown(
|
130 |
options = gr.Dropdown(choices=models,label='Object Detection Model',value=models[0],show_label=True)
|
131 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
|
132 |
|
|
|
126 |
with demo:
|
127 |
gr.Markdown(title)
|
128 |
gr.Markdown(description)
|
129 |
+
gr.Markdown(facebook_link)
|
130 |
options = gr.Dropdown(choices=models,label='Object Detection Model',value=models[0],show_label=True)
|
131 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
|
132 |
|