Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def convert_tdc_to_tcc(b_str):
|
|
| 59 |
names.append(name)
|
| 60 |
return ' and '.join(names)
|
| 61 |
|
| 62 |
-
@spaces.GPU(duration=
|
| 63 |
def infer(input_text, input_onset, input_length, time_control):
|
| 64 |
# para
|
| 65 |
input_onset = a_to_b(input_onset)
|
|
|
|
| 59 |
names.append(name)
|
| 60 |
return ' and '.join(names)
|
| 61 |
|
| 62 |
+
@spaces.GPU(duration=60)
|
| 63 |
def infer(input_text, input_onset, input_length, time_control):
|
| 64 |
# para
|
| 65 |
input_onset = a_to_b(input_onset)
|