Spaces:
Runtime error
Runtime error
Commit
·
e879262
1
Parent(s):
dc970fc
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import note_seq
|
|
|
3 |
|
4 |
from bokeh.embed import file_html
|
5 |
from bokeh.resources import CDN
|
|
|
1 |
import gradio as gr
|
2 |
import note_seq
|
3 |
+
import tempfile
|
4 |
|
5 |
from bokeh.embed import file_html
|
6 |
from bokeh.resources import CDN
|