Upload folder using huggingface_hub
Browse files- .idea/workspace.xml +1 -1
- index.html +2 -0
.idea/workspace.xml
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
<option name="number" value="Default" />
|
36 |
<option name="presentableId" value="Default" />
|
37 |
<updated>1695778938860</updated>
|
38 |
-
<workItem from="1695778942902" duration="
|
39 |
</task>
|
40 |
<task id="LOCAL-00001" summary="init">
|
41 |
<created>1695778994213</created>
|
|
|
35 |
<option name="number" value="Default" />
|
36 |
<option name="presentableId" value="Default" />
|
37 |
<updated>1695778938860</updated>
|
38 |
+
<workItem from="1695778942902" duration="2806000" />
|
39 |
</task>
|
40 |
<task id="LOCAL-00001" summary="init">
|
41 |
<created>1695778994213</created>
|
index.html
CHANGED
@@ -115,10 +115,12 @@
|
|
115 |
</script>
|
116 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
117 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
|
|
|
118 |
<script>
|
119 |
$(document).ready(function(){
|
120 |
$("#infoModal").modal('show');
|
121 |
});
|
122 |
</script>
|
|
|
123 |
</body>
|
124 |
</html>
|
|
|
115 |
</script>
|
116 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
117 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
|
118 |
+
<!-- Comment out or remove the modal trigger script
|
119 |
<script>
|
120 |
$(document).ready(function(){
|
121 |
$("#infoModal").modal('show');
|
122 |
});
|
123 |
</script>
|
124 |
+
-->
|
125 |
</body>
|
126 |
</html>
|