Katpeeler commited on
Commit
3ff9f18
·
1 Parent(s): 7207ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -142,7 +142,7 @@ iface = gr.Interface(
142
  article="This demo is inspired in the notebook from https://huggingface.co/TristanBehrens/js-fakes-4bars."
143
  )
144
 
145
- iface = gr.Interface(
146
  fn=generation,
147
  inputs=["text"],
148
  outputs=["text"],
@@ -150,4 +150,5 @@ iface = gr.Interface(
150
  article="This will generate the encoded text that represents Midi language."
151
  )
152
 
153
- iface.launch(debug=True)
 
 
142
  article="This demo is inspired in the notebook from https://huggingface.co/TristanBehrens/js-fakes-4bars."
143
  )
144
 
145
+ iface2 = gr.Interface(
146
  fn=generation,
147
  inputs=["text"],
148
  outputs=["text"],
 
150
  article="This will generate the encoded text that represents Midi language."
151
  )
152
 
153
+ iface.launch(debug=True)
154
+ iface2.launch(debug=True)