Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -8,7 +8,8 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
-
<h1>Компьютерное зрение :
|
|
|
|
| 12 |
import torch
|
| 13 |
import pandas as pd
|
| 14 |
import os
|
|
@@ -66,7 +67,8 @@ def save_predictions(predictions, filename="submission.csv"):
|
|
| 66 |
# Запуск
|
| 67 |
if __name__ == "__main__":
|
| 68 |
preds = predict()
|
| 69 |
-
save_predictions(preds)
|
|
|
|
| 70 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 71 |
<p>
|
| 72 |
Also don't forget to check the
|
|
@@ -74,4 +76,4 @@ if __name__ == "__main__":
|
|
| 74 |
</p>
|
| 75 |
</div>
|
| 76 |
</body>
|
| 77 |
-
</html>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
+
<h1>Компьютерное зрение :</h1>
|
| 12 |
+
<pre><code>
|
| 13 |
import torch
|
| 14 |
import pandas as pd
|
| 15 |
import os
|
|
|
|
| 67 |
# Запуск
|
| 68 |
if __name__ == "__main__":
|
| 69 |
preds = predict()
|
| 70 |
+
save_predictions(preds)
|
| 71 |
+
</code></pre>
|
| 72 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 73 |
<p>
|
| 74 |
Also don't forget to check the
|
|
|
|
| 76 |
</p>
|
| 77 |
</div>
|
| 78 |
</body>
|
| 79 |
+
</html>
|