We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee4632 commit a8676d2Copy full SHA for a8676d2
README.md
@@ -20,7 +20,7 @@ pip3 install requests
20
21
```bash
22
python3 deepaffects_summary_api.py --input_file_path=./sample/Podcast.txt --output_folder=./output --model=iamus
23
-python3 deepaffects_summary_api.py -i=./sample/Podcast.txt -o=./output --model=iamus
+python3 deepaffects_summary_api.py -i ./sample/Podcast.txt -o ./output --m iamus
24
```
25
26
0 commit comments