Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
afe740e
1
Parent(s):
aea7c86
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ if __name__ == "__main__":
|
|
194 |
session = rt.InferenceSession('Allegro_Music_Transformer_Small_Trained_Model_56000_steps_0.9399_loss_0.7374_acc.onnx', providers=['CUDAExecutionProvider'])
|
195 |
print('Done!')
|
196 |
|
197 |
-
load_javascript()
|
198 |
app = gr.Blocks()
|
199 |
with app:
|
200 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Allegro Music Transformer</h1>")
|
|
|
194 |
session = rt.InferenceSession('Allegro_Music_Transformer_Small_Trained_Model_56000_steps_0.9399_loss_0.7374_acc.onnx', providers=['CUDAExecutionProvider'])
|
195 |
print('Done!')
|
196 |
|
197 |
+
#load_javascript()
|
198 |
app = gr.Blocks()
|
199 |
with app:
|
200 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Allegro Music Transformer</h1>")
|