DevBM commited on
Commit
13644da
·
verified ·
1 Parent(s): 98afb0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -113,7 +113,6 @@ demo = gr.Blocks(css=css)
113
  with demo:
114
  gr.Markdown(title)
115
  gr.Markdown(description)
116
- gr.Markdown(twitter_link)
117
  options = gr.Dropdown(choices=models, label='Object Detection Model', value=models[0], show_label=True)
118
  slider_input = gr.Slider(minimum=0.2, maximum=1, value=0.5, step=0.1, label='Prediction Threshold')
119
 
 
113
  with demo:
114
  gr.Markdown(title)
115
  gr.Markdown(description)
 
116
  options = gr.Dropdown(choices=models, label='Object Detection Model', value=models[0], show_label=True)
117
  slider_input = gr.Slider(minimum=0.2, maximum=1, value=0.5, step=0.1, label='Prediction Threshold')
118