Spaces:
Running
Running
jhj0517
commited on
Commit
·
875278a
1
Parent(s):
9f69aa4
update docstring
Browse files
modules/whisper_data_class.py
CHANGED
@@ -55,8 +55,8 @@ class WhisperGradioComponents:
|
|
55 |
Parameters
|
56 |
----------
|
57 |
*params: tuple
|
58 |
-
This is provided in a tuple because
|
59 |
-
|
60 |
|
61 |
Returns
|
62 |
----------
|
|
|
55 |
Parameters
|
56 |
----------
|
57 |
*params: tuple
|
58 |
+
This is provided in a tuple because Gradio does not support **kwargs arbitrary.
|
59 |
+
Reference : https://discuss.huggingface.co/t/passing-an-additional-argument-to-a-function/25140/2
|
60 |
|
61 |
Returns
|
62 |
----------
|