Spaces:
Running
on
Zero
Running
on
Zero
keshavbhandari
commited on
Commit
·
fd955fa
1
Parent(s):
bdf45ad
bug fix
Browse files
app.py
CHANGED
@@ -115,9 +115,9 @@ def gradio_generate(prompt, temperature, max_length):
|
|
115 |
|
116 |
return temp_wav_filename, midi_filename # Return both WAV and MIDI file paths
|
117 |
|
118 |
-
@spaces.GPU(duration=120)
|
119 |
-
def gradio_generate(prompt, temperature, max_length):
|
120 |
-
|
121 |
|
122 |
title="Text2midi: Generating Symbolic Music from Captions"
|
123 |
description_text = """
|
|
|
115 |
|
116 |
return temp_wav_filename, midi_filename # Return both WAV and MIDI file paths
|
117 |
|
118 |
+
# @spaces.GPU(duration=120)
|
119 |
+
# def gradio_generate(prompt, temperature, max_length):
|
120 |
+
# pass
|
121 |
|
122 |
title="Text2midi: Generating Symbolic Music from Captions"
|
123 |
description_text = """
|