Push model using huggingface_hub.
Browse files
README.md
CHANGED
@@ -177,10 +177,6 @@ prediction = SmallMoleculeMultiViewModel.get_predictions(
|
|
177 |
print("Prediction:", prediction)
|
178 |
```
|
179 |
|
180 |
-
##### Output:
|
181 |
-
```bash
|
182 |
-
Prediction: {'prediction': [-2.53]}
|
183 |
-
```
|
184 |
|
185 |
For more advanced usage, see our detailed examples at: https://github.com/BiomedSciAI/biomed-multi-view
|
186 |
|
|
|
177 |
print("Prediction:", prediction)
|
178 |
```
|
179 |
|
|
|
|
|
|
|
|
|
180 |
|
181 |
For more advanced usage, see our detailed examples at: https://github.com/BiomedSciAI/biomed-multi-view
|
182 |
|