nehulagrawal commited on
Commit
9285783
·
1 Parent(s): 6d4c501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(title="YOLOS Object Detection - ClassCat",
78
 
79
  gr.HTML("""<h4 style="color:navy;">1. Select a model.</h4>""")
80
 
81
- model = gr.Radio(['object_detection"], value="object_detection", label="Model name")
82
 
83
  gr.HTML("""<br/>""")
84
  gr.HTML("""<h4 style="color:navy;">2-a. Select an example by clicking a thumbnail below.</h4>""")
 
78
 
79
  gr.HTML("""<h4 style="color:navy;">1. Select a model.</h4>""")
80
 
81
+ model = gr.Radio(["object_detection"], value="object_detection", label="Model name")
82
 
83
  gr.HTML("""<br/>""")
84
  gr.HTML("""<h4 style="color:navy;">2-a. Select an example by clicking a thumbnail below.</h4>""")