visakh7843 commited on
Commit
da72176
β€’
1 Parent(s): 68f43dd

bug fixed: deployment not able to see app.py

Browse files
This view is limited to 50 files because it contains too many changes. Β  See raw diff
Files changed (50) hide show
  1. {n-grams/__pycache__ β†’ __pycache__}/markov.cpython-36.pyc +0 -0
  2. {n-grams/__pycache__ β†’ __pycache__}/markov.cpython-39.pyc +0 -0
  3. {n-grams/__pycache__ β†’ __pycache__}/music.cpython-39.pyc +0 -0
  4. n-grams/app.py β†’ app.py +1 -1
  5. n-grams/build_markov.py β†’ build_markov.py +0 -0
  6. {n-grams/data β†’ data}/beginner/1.abc +0 -0
  7. {n-grams/data β†’ data}/beginner/10.abc +0 -0
  8. {n-grams/data β†’ data}/beginner/11.abc +0 -0
  9. {n-grams/data β†’ data}/beginner/12.abc +0 -0
  10. {n-grams/data β†’ data}/beginner/13.abc +0 -0
  11. {n-grams/data β†’ data}/beginner/14.abc +0 -0
  12. {n-grams/data β†’ data}/beginner/15.abc +0 -0
  13. {n-grams/data β†’ data}/beginner/2.abc +0 -0
  14. {n-grams/data β†’ data}/beginner/3.abc +0 -0
  15. {n-grams/data β†’ data}/beginner/4.abc +0 -0
  16. {n-grams/data β†’ data}/beginner/5.abc +0 -0
  17. {n-grams/data β†’ data}/beginner/6.abc +0 -0
  18. {n-grams/data β†’ data}/beginner/7.abc +0 -0
  19. {n-grams/data β†’ data}/beginner/8.abc +0 -0
  20. {n-grams/data β†’ data}/beginner/9.abc +0 -0
  21. {n-grams/data β†’ data}/converted/BR_IM6.abc +0 -0
  22. {n-grams/data β†’ data}/converted/DEB_CLAI.abc +0 -0
  23. {n-grams/data β†’ data}/converted/DEB_PASS.abc +0 -0
  24. {n-grams/data β†’ data}/converted/alb_esp1.abc +0 -0
  25. {n-grams/data β†’ data}/converted/alb_esp2.abc +0 -0
  26. {n-grams/data β†’ data}/converted/alb_esp3.abc +0 -0
  27. {n-grams/data β†’ data}/converted/alb_esp4.abc +0 -0
  28. {n-grams/data β†’ data}/converted/alb_esp5.abc +0 -0
  29. {n-grams/data β†’ data}/converted/alb_esp6.abc +0 -0
  30. {n-grams/data β†’ data}/converted/alb_se1.abc +0 -0
  31. {n-grams/data β†’ data}/converted/alb_se2.abc +0 -0
  32. {n-grams/data β†’ data}/converted/alb_se3.abc +0 -0
  33. {n-grams/data β†’ data}/converted/alb_se4.abc +0 -0
  34. {n-grams/data β†’ data}/converted/alb_se5.abc +0 -0
  35. {n-grams/data β†’ data}/converted/alb_se6.abc +0 -0
  36. {n-grams/data β†’ data}/converted/alb_se7.abc +0 -0
  37. {n-grams/data β†’ data}/converted/alb_se8.abc +0 -0
  38. {n-grams/data β†’ data}/converted/appass_1.abc +0 -0
  39. {n-grams/data β†’ data}/converted/appass_2.abc +0 -0
  40. {n-grams/data β†’ data}/converted/appass_3.abc +0 -0
  41. {n-grams/data β†’ data}/converted/bach_846.abc +0 -0
  42. {n-grams/data β†’ data}/converted/bach_847.abc +0 -0
  43. {n-grams/data β†’ data}/converted/bach_850.abc +0 -0
  44. {n-grams/data β†’ data}/converted/beethoven_hammerklavier_1.abc +0 -0
  45. {n-grams/data β†’ data}/converted/beethoven_hammerklavier_2.abc +0 -0
  46. {n-grams/data β†’ data}/converted/beethoven_hammerklavier_3.abc +0 -0
  47. {n-grams/data β†’ data}/converted/beethoven_hammerklavier_4.abc +0 -0
  48. {n-grams/data β†’ data}/converted/beethoven_les_adieux_1.abc +0 -0
  49. {n-grams/data β†’ data}/converted/beethoven_les_adieux_2.abc +0 -0
  50. {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 = ["gallery","audio"],
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