Spaces:
Running
Running
visakh7843
commited on
Commit
β’
da72176
1
Parent(s):
68f43dd
bug fixed: deployment not able to see app.py
Browse filesThis view is limited to 50 files because it contains too many changes. Β
See raw diff
- {n-grams/__pycache__ β __pycache__}/markov.cpython-36.pyc +0 -0
- {n-grams/__pycache__ β __pycache__}/markov.cpython-39.pyc +0 -0
- {n-grams/__pycache__ β __pycache__}/music.cpython-39.pyc +0 -0
- n-grams/app.py β app.py +1 -1
- n-grams/build_markov.py β build_markov.py +0 -0
- {n-grams/data β data}/beginner/1.abc +0 -0
- {n-grams/data β data}/beginner/10.abc +0 -0
- {n-grams/data β data}/beginner/11.abc +0 -0
- {n-grams/data β data}/beginner/12.abc +0 -0
- {n-grams/data β data}/beginner/13.abc +0 -0
- {n-grams/data β data}/beginner/14.abc +0 -0
- {n-grams/data β data}/beginner/15.abc +0 -0
- {n-grams/data β data}/beginner/2.abc +0 -0
- {n-grams/data β data}/beginner/3.abc +0 -0
- {n-grams/data β data}/beginner/4.abc +0 -0
- {n-grams/data β data}/beginner/5.abc +0 -0
- {n-grams/data β data}/beginner/6.abc +0 -0
- {n-grams/data β data}/beginner/7.abc +0 -0
- {n-grams/data β data}/beginner/8.abc +0 -0
- {n-grams/data β data}/beginner/9.abc +0 -0
- {n-grams/data β data}/converted/BR_IM6.abc +0 -0
- {n-grams/data β data}/converted/DEB_CLAI.abc +0 -0
- {n-grams/data β data}/converted/DEB_PASS.abc +0 -0
- {n-grams/data β data}/converted/alb_esp1.abc +0 -0
- {n-grams/data β data}/converted/alb_esp2.abc +0 -0
- {n-grams/data β data}/converted/alb_esp3.abc +0 -0
- {n-grams/data β data}/converted/alb_esp4.abc +0 -0
- {n-grams/data β data}/converted/alb_esp5.abc +0 -0
- {n-grams/data β data}/converted/alb_esp6.abc +0 -0
- {n-grams/data β data}/converted/alb_se1.abc +0 -0
- {n-grams/data β data}/converted/alb_se2.abc +0 -0
- {n-grams/data β data}/converted/alb_se3.abc +0 -0
- {n-grams/data β data}/converted/alb_se4.abc +0 -0
- {n-grams/data β data}/converted/alb_se5.abc +0 -0
- {n-grams/data β data}/converted/alb_se6.abc +0 -0
- {n-grams/data β data}/converted/alb_se7.abc +0 -0
- {n-grams/data β data}/converted/alb_se8.abc +0 -0
- {n-grams/data β data}/converted/appass_1.abc +0 -0
- {n-grams/data β data}/converted/appass_2.abc +0 -0
- {n-grams/data β data}/converted/appass_3.abc +0 -0
- {n-grams/data β data}/converted/bach_846.abc +0 -0
- {n-grams/data β data}/converted/bach_847.abc +0 -0
- {n-grams/data β data}/converted/bach_850.abc +0 -0
- {n-grams/data β data}/converted/beethoven_hammerklavier_1.abc +0 -0
- {n-grams/data β data}/converted/beethoven_hammerklavier_2.abc +0 -0
- {n-grams/data β data}/converted/beethoven_hammerklavier_3.abc +0 -0
- {n-grams/data β data}/converted/beethoven_hammerklavier_4.abc +0 -0
- {n-grams/data β data}/converted/beethoven_les_adieux_1.abc +0 -0
- {n-grams/data β data}/converted/beethoven_les_adieux_2.abc +0 -0
- {n-grams/data β data}/converted/beethoven_les_adieux_3.abc +0 -0
{n-grams/__pycache__ β __pycache__}/markov.cpython-36.pyc
RENAMED
File without changes
|
{n-grams/__pycache__ β __pycache__}/markov.cpython-39.pyc
RENAMED
File without changes
|
{n-grams/__pycache__ β __pycache__}/music.cpython-39.pyc
RENAMED
Binary files a/n-grams/__pycache__/music.cpython-39.pyc and b/__pycache__/music.cpython-39.pyc differ
|
|
n-grams/app.py β app.py
RENAMED
@@ -9,7 +9,7 @@ interface = gr.Interface(fn = music_gen,
|
|
9 |
inputs=[gr.Radio(difficulty,label="Difficulty"),
|
10 |
gr.Radio(timesignature,label="Time Signature"),
|
11 |
gr.Dropdown(keysignature,label="Key Signature")],
|
12 |
-
outputs = ["
|
13 |
title="Sheet Music Generation for Sight-Reading",
|
14 |
description="TO be added")
|
15 |
interface.launch(inline=False)
|
|
|
9 |
inputs=[gr.Radio(difficulty,label="Difficulty"),
|
10 |
gr.Radio(timesignature,label="Time Signature"),
|
11 |
gr.Dropdown(keysignature,label="Key Signature")],
|
12 |
+
outputs = ["image","audio"],
|
13 |
title="Sheet Music Generation for Sight-Reading",
|
14 |
description="TO be added")
|
15 |
interface.launch(inline=False)
|
n-grams/build_markov.py β build_markov.py
RENAMED
File without changes
|
{n-grams/data β data}/beginner/1.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/10.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/11.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/12.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/13.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/14.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/15.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/2.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/3.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/4.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/5.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/6.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/7.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/8.abc
RENAMED
File without changes
|
{n-grams/data β data}/beginner/9.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/BR_IM6.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/DEB_CLAI.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/DEB_PASS.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp1.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp2.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp3.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp4.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp5.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_esp6.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se1.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se2.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se3.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se4.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se5.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se6.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se7.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/alb_se8.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/appass_1.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/appass_2.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/appass_3.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/bach_846.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/bach_847.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/bach_850.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_hammerklavier_1.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_hammerklavier_2.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_hammerklavier_3.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_hammerklavier_4.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_les_adieux_1.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_les_adieux_2.abc
RENAMED
File without changes
|
{n-grams/data β data}/converted/beethoven_les_adieux_3.abc
RENAMED
File without changes
|