File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="author " content ="Paperspace ">
9
9
< title > Paperspace Detectron 2 Demo</ title >
10
10
<!-- CSS only -->
11
- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " integrity ="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z " crossorigin ="anonymous ">
11
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " integrity ="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z "
12
+ crossorigin ="anonymous ">
12
13
< style >
13
14
.body-dark {
14
15
background-color : # 12141d ;
@@ -27,8 +28,8 @@ <h2>Detectron2 Instance Segmentation</h2>
27
28
< form action ="/model-serving/{{ model_id}}/detect " method ="POST " enctype ="multipart/form-data ">
28
29
< div class ="form-group ">
29
30
< label for ="file1 "> File</ label >
30
- < input type ="file " class ="form-control " id ="file1 " aria-describedby ="file ">
31
- < small id ="file1 " class ="form-text text-muted "> Select Image</ small >
31
+ < input type ="file " class ="form-control " id ="file1 " aria-describedby ="file ">
32
+ < small id ="file1help " class ="form-text text-muted "> Select Image</ small >
32
33
</ div >
33
34
< button type ="submit " class ="btn btn-primary "> Submit</ button >
34
35
</ form >
You can’t perform that action at this time.
0 commit comments