Skip to content

Commit 4504297

Browse files
author
Dirk Väth
committed
Merge branch 'master' of github.com:DigitalPhonetics/adviser
2 parents 52388cd + 335a800 commit 4504297

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ To see more of the available options, run
109109
110110
NOTE: this also requires you to install ``requirements_multimodal.txt`` in ``step 4``.
111111

112+
You can enable ASR / TTS by adding ``--asr`` and ``--tts`` to the command line options of ``run_chat.py`` (NOTE: for TTS, we recommend you run the code on a CUDA-enabled device and append ``--cuda`` to the command line options for drastic performance increase).
113+
114+
7. OPTIONAL: If you want to run the demo with all services enabled, please make sure you executed step 6 and installed the ``requirements_multimodal.txt``. Then, additional requirements must be compiled by yourself - follow the guide in ``tools/OpenFace/how_to_install.md`` for this.
115+
116+
Then, try running
117+
118+
``python run_demo_multidomain.py``
112119

113120
Support
114121
=======

0 commit comments

Comments
 (0)