freemt commited on
Commit
05403f3
·
2 Parent(s): 2c81602 8047fb8

Merge branch 'main' of https://huggingface.co/spaces/mikeee/radio-mlbee into temp

Browse files
.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ftz filter=lfs diff=lfs merge=lfs -text
6
+ *.gz filter=lfs diff=lfs merge=lfs -text
7
+ *.h5 filter=lfs diff=lfs merge=lfs -text
8
+ *.joblib filter=lfs diff=lfs merge=lfs -text
9
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
+ *.model filter=lfs diff=lfs merge=lfs -text
11
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
12
+ *.onnx filter=lfs diff=lfs merge=lfs -text
13
+ *.ot filter=lfs diff=lfs merge=lfs -text
14
+ *.parquet filter=lfs diff=lfs merge=lfs -text
15
+ *.pb filter=lfs diff=lfs merge=lfs -text
16
+ *.pt filter=lfs diff=lfs merge=lfs -text
17
+ *.pth filter=lfs diff=lfs merge=lfs -text
18
+ *.rar filter=lfs diff=lfs merge=lfs -text
19
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
21
+ *.tflite filter=lfs diff=lfs merge=lfs -text
22
+ *.tgz filter=lfs diff=lfs merge=lfs -text
23
+ *.wasm filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  # radio-mlbee
2
  [![pytest](https://github.com/ffreemt/radio-mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/radio-mlbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/radio_mlbee.svg)](https://badge.fury.io/py/radio_mlbee)
3
 
@@ -16,3 +17,18 @@ pip install git+https://github.com/ffreemt/radio-mlbee
16
  from radio_mlbee import radio_mlbee
17
 
18
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
  # radio-mlbee
3
  [![pytest](https://github.com/ffreemt/radio-mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/radio-mlbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/radio_mlbee.svg)](https://badge.fury.io/py/radio_mlbee)
4
 
 
17
  from radio_mlbee import radio_mlbee
18
 
19
  ```
20
+ =======
21
+ ---
22
+ title: Radio Mlbee
23
+ emoji: 💻
24
+ colorFrom: gray
25
+ colorTo: red
26
+ sdk: gradio
27
+ sdk_version: 3.0.15
28
+ app_file: app.py
29
+ pinned: false
30
+ license: mit
31
+ ---
32
+
33
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
34
+ >>>>>>> c2531daf8a7ced27c691e83be6a08869dffdad83
README_BACKUP_1786.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
+ # radio-mlbee
3
+ [![pytest](https://github.com/ffreemt/radio-mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/radio-mlbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/radio_mlbee.svg)](https://badge.fury.io/py/radio_mlbee)
4
+
5
+ mlbee via gradio
6
+
7
+ ## Install it
8
+
9
+ ```shell
10
+ pip install git+https://github.com/ffreemt/radio-mlbee
11
+ # poetry add git+https://github.com/ffreemt/radio-mlbee
12
+ # git clone https://github.com/ffreemt/radio-mlbee && cd radio-mlbee
13
+ ```
14
+
15
+ ## Use it
16
+ ```python
17
+ from radio_mlbee import radio_mlbee
18
+
19
+ ```
20
+ =======
21
+ ---
22
+ title: Radio Mlbee
23
+ emoji: 💻
24
+ colorFrom: gray
25
+ colorTo: red
26
+ sdk: gradio
27
+ sdk_version: 3.0.15
28
+ app_file: app.py
29
+ pinned: false
30
+ license: mit
31
+ ---
32
+
33
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
34
+ >>>>>>> c2531daf8a7ced27c691e83be6a08869dffdad83
README_BASE_1786.md ADDED
File without changes
README_LOCAL_1786.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Radio Mlbee
3
+ emoji: 💻
4
+ colorFrom: gray
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.0.15
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+ # radio-mlbee
13
+ [![pytest](https://github.com/ffreemt/radio-mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/radio-mlbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/radio_mlbee.svg)](https://badge.fury.io/py/radio_mlbee)
14
+
15
+ mlbee via gradio
16
+
17
+ ## Install it
18
+
19
+ ```shell
20
+ pip install git+https://github.com/ffreemt/radio-mlbee
21
+ # poetry add git+https://github.com/ffreemt/radio-mlbee
22
+ # git clone https://github.com/ffreemt/radio-mlbee && cd radio-mlbee
23
+ ```
24
+
25
+ ## Use it
26
+ ```python
27
+ from radio_mlbee import radio_mlbee
28
+
29
+ ```
30
+
31
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
README_REMOTE_1786.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Radio Mlbee
3
+ emoji: 💻
4
+ colorFrom: gray
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.0.15
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference