Kaushik Bar commited on
Commit
887281b
·
1 Parent(s): e540a80
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ demo = gr.Blocks(css=css)
111
  with demo:
112
  gr.Markdown(title)
113
  gr.Markdown(description)
114
- gr.Markdown(twitter_link)
115
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
116
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
117
 
 
111
  with demo:
112
  gr.Markdown(title)
113
  gr.Markdown(description)
 
114
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
115
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
116