Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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)
|