Spaces:
Running
Running
jhj0517
commited on
Commit
•
0675963
1
Parent(s):
3aeef88
edit comment
Browse files
modules/whisper_parameter.py
CHANGED
@@ -70,7 +70,7 @@ class WhisperGradioComponents:
|
|
70 |
which will be successively used upon failures according to either
|
71 |
`compression_ratio_threshold` or `log_prob_threshold`.
|
72 |
|
73 |
-
compression_ratio_threshold:
|
74 |
If the gzip compression ratio is above this value, treat as failed
|
75 |
"""
|
76 |
|
|
|
70 |
which will be successively used upon failures according to either
|
71 |
`compression_ratio_threshold` or `log_prob_threshold`.
|
72 |
|
73 |
+
compression_ratio_threshold: gr.Number
|
74 |
If the gzip compression ratio is above this value, treat as failed
|
75 |
"""
|
76 |
|