Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
#==================================================================================
|
2 |
-
# https://huggingface.co/spaces/asigalov61/MIDI-
|
3 |
#==================================================================================
|
4 |
|
5 |
print('=' * 70)
|
6 |
-
print('MIDI
|
7 |
|
8 |
print('=' * 70)
|
9 |
-
print('Loading core MIDI
|
10 |
|
11 |
import os
|
12 |
import copy
|
@@ -21,7 +21,7 @@ from pytz import timezone
|
|
21 |
import tqdm
|
22 |
|
23 |
print('=' * 70)
|
24 |
-
print('Loading main MIDI
|
25 |
|
26 |
import TMIDIX
|
27 |
|
@@ -35,7 +35,7 @@ from datasets import load_dataset
|
|
35 |
import gradio as gr
|
36 |
|
37 |
print('=' * 70)
|
38 |
-
print('Loading aux MIDI
|
39 |
|
40 |
import matplotlib.pyplot as plt
|
41 |
|
@@ -340,11 +340,11 @@ with gr.Blocks() as demo:
|
|
340 |
|
341 |
#==================================================================================
|
342 |
|
343 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI
|
344 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>
|
345 |
gr.HTML("""
|
346 |
<p>
|
347 |
-
<a href="https://huggingface.co/spaces/asigalov61/MIDI-
|
348 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
|
349 |
</a>
|
350 |
</p>
|
|
|
1 |
#==================================================================================
|
2 |
+
# https://huggingface.co/spaces/asigalov61/MIDI-Cores-Match
|
3 |
#==================================================================================
|
4 |
|
5 |
print('=' * 70)
|
6 |
+
print('MIDI Cores Match Gradio App')
|
7 |
|
8 |
print('=' * 70)
|
9 |
+
print('Loading core MIDI Cores Match modules...')
|
10 |
|
11 |
import os
|
12 |
import copy
|
|
|
21 |
import tqdm
|
22 |
|
23 |
print('=' * 70)
|
24 |
+
print('Loading main MIDI Cores Match modules...')
|
25 |
|
26 |
import TMIDIX
|
27 |
|
|
|
35 |
import gradio as gr
|
36 |
|
37 |
print('=' * 70)
|
38 |
+
print('Loading aux MIDI Cores Match modules...')
|
39 |
|
40 |
import matplotlib.pyplot as plt
|
41 |
|
|
|
340 |
|
341 |
#==================================================================================
|
342 |
|
343 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>MIDI Cores Match</h1>")
|
344 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Match MIDI cores</h1>")
|
345 |
gr.HTML("""
|
346 |
<p>
|
347 |
+
<a href="https://huggingface.co/spaces/asigalov61/MIDI-Cores-Match?duplicate=true">
|
348 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
|
349 |
</a>
|
350 |
</p>
|