supermy commited on
Commit
6468b6d
1 Parent(s): 8d7fc7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ demo = gr.Blocks(css=css)
102
  with demo:
103
  gr.Markdown(title)
104
  gr.Markdown(description)
105
- gr.Markdown(twitter_link)
106
  options = gr.Dropdown(choices=models,label='选择目标检测模型',show_label=True)
107
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='检测阀值')
108
 
 
102
  with demo:
103
  gr.Markdown(title)
104
  gr.Markdown(description)
105
+ # gr.Markdown(twitter_link)
106
  options = gr.Dropdown(choices=models,label='选择目标检测模型',show_label=True)
107
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='检测阀值')
108