asigalov61 commited on
Commit
7b78b2e
·
verified ·
1 Parent(s): ecd57a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -1,12 +1,12 @@
1
  #==================================================================================
2
- # https://huggingface.co/spaces/asigalov61/MIDI-Remixer
3
  #==================================================================================
4
 
5
  print('=' * 70)
6
- print('MIDI Remixer Gradio App')
7
 
8
  print('=' * 70)
9
- print('Loading core MIDI Remixer modules...')
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 Remixer modules...')
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 Remixer modules...')
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 Remixer</h1>")
344
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Remix repeating parts of any MIDI into one song</h1>")
345
  gr.HTML("""
346
  <p>
347
- <a href="https://huggingface.co/spaces/asigalov61/MIDI-Remixer?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>
 
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>