mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
73e98ddf15
* add required param but None * import torch req, add chunk_length_s import torch requirement for transformers enable inference for longer audio files * fix compononte initialization * input number is float, force int to multipy string * no need for Templates, fix class init * expects array * add requirements.txt for demo * update with cleaner syntax * add sample csv to fraud demo * adapt to new syntax * temp fix for Slider arguments * add dep to requirements * remove gr.Markdown from Interface init * fix default value param name * upgrade deepspeech, download models onstart * use path resolution consistent with other demos * remove redundant demo * add example to interface * fixed plotting issues * plots * deprecated carousel Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
143 B
143 B
1 | time | retail | food | other |
---|---|---|---|---|
2 | 0 | 109 | 145 | 86 |
3 | 1 | 35 | 87 | 43 |
4 | 2 | 49 | 117 | 34 |
5 | 3 | 127 | 66 | 17 |
6 | 4 | 39 | 82 | 17 |
7 | 5 | 101 | 56 | 79 |
8 | 6 | 100 | 129 | 67 |
9 | 7 | 17 | 88 | 97 |
10 | 8 | 76 | 85 | 145 |
11 | 9 | 111 | 106 | 35 |