Spaces:
Runtime error
Runtime error
Commit
·
9285783
1
Parent(s):
6d4c501
Update app.py
Browse files
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([
|
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>""")
|