Stuti commited on
Commit
4e50e5c
·
1 Parent(s): 7821379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -95,7 +95,6 @@ demo = gr.Blocks(css=css)
95
  with demo:
96
  gr.Markdown(title)
97
  gr.Markdown(description)
98
- gr.Markdown(twitter_link)
99
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
100
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
101
 
 
95
  with demo:
96
  gr.Markdown(title)
97
  gr.Markdown(description)
 
98
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
99
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
100