Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,10 +93,10 @@ def postprocess(txt, path):
|
|
93 |
|
94 |
with gr.Blocks() as demo:
|
95 |
chatbot_box = gr.Chatbot(type="messages", render_markdown=False, sanitize_html=False)
|
96 |
-
prefix_box = gr.TextArea(value="", label="title
|
97 |
with gr.Row():
|
98 |
-
submit_btn = gr.Button("
|
99 |
-
clear_btn = gr.Button("Clear")
|
100 |
with gr.Row():
|
101 |
get_audio_btn = gr.Button("Convert to audio")
|
102 |
get_midi_btn = gr.Button("Convert to MIDI")
|
|
|
93 |
|
94 |
with gr.Blocks() as demo:
|
95 |
chatbot_box = gr.Chatbot(type="messages", render_markdown=False, sanitize_html=False)
|
96 |
+
prefix_box = gr.TextArea(value="Bach", label="Score title / text prefix")
|
97 |
with gr.Row():
|
98 |
+
submit_btn = gr.Button("Generate")
|
99 |
+
clear_btn = gr.Button("Clear history")
|
100 |
with gr.Row():
|
101 |
get_audio_btn = gr.Button("Convert to audio")
|
102 |
get_midi_btn = gr.Button("Convert to MIDI")
|