PierreHanna commited on
Commit
94d85f1
Β·
1 Parent(s): d6254c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -68,7 +68,6 @@ poc_examples = [#[["I love learning machine learning"],["autre"]]
68
  ["love romantic with piano, strings and vocals","en"],
69
  ["Electronic soundscapes for chilling and relaxing","en"],
70
  ["Minimal, emotional, melancholic piano","en"],
71
- # ["Minimal, happy, joyful piano","en"],
72
  ["A calm and romantic acoustic guitar melody","en"],
73
  ["horror suspense piano","en"],
74
  ["Big Band","en"],
@@ -78,5 +77,4 @@ poc_examples = [#[["I love learning machine learning"],["autre"]]
78
  outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
79
  demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
80
 
81
- #demo1.launch(debug=True)
82
- demo1.launch(debug=True, enable_queue = False, auth=(os.environ['DEMO_LOGIN'], os.environ['DEMO_PWD']),auth_message = "Contact Simbals to get login/pwd")#, share=True)
 
68
  ["love romantic with piano, strings and vocals","en"],
69
  ["Electronic soundscapes for chilling and relaxing","en"],
70
  ["Minimal, emotional, melancholic piano","en"],
 
71
  ["A calm and romantic acoustic guitar melody","en"],
72
  ["horror suspense piano","en"],
73
  ["Big Band","en"],
 
77
  outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
78
  demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False)
79
 
80
+ demo1.launch(debug=True)