Upload inference.py with huggingface_hub
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -11,7 +11,7 @@ Usage examples:
|
|
| 11 |
python inference.py --model_path ./model --abstract "We propose a novel ..."
|
| 12 |
|
| 13 |
# Use a HuggingFace Hub model
|
| 14 |
-
python inference.py --model_path gr8monk3ys/paper-classifier
|
| 15 |
--abstract "We propose a novel ..."
|
| 16 |
|
| 17 |
# Interactive mode (reads from stdin)
|
|
|
|
| 11 |
python inference.py --model_path ./model --abstract "We propose a novel ..."
|
| 12 |
|
| 13 |
# Use a HuggingFace Hub model
|
| 14 |
+
python inference.py --model_path gr8monk3ys/paper-classifier \
|
| 15 |
--abstract "We propose a novel ..."
|
| 16 |
|
| 17 |
# Interactive mode (reads from stdin)
|