dperales commited on
Commit
5b2fe4b
1 Parent(s): 6bd08d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -106,12 +106,13 @@ h1#title {
106
  text-align: center;
107
  }
108
  '''
 
109
  demo = gr.Blocks(css=css)
110
 
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
 
 
106
  text-align: center;
107
  }
108
  '''
109
+
110
  demo = gr.Blocks(css=css)
111
 
112
  with demo:
113
  gr.Markdown(title)
114
  gr.Markdown(description)
115
+
116
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
117
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
118