Spaces:
Running
on
A10G
Running
on
A10G
example1 = { | |
'text': "A hammer is hitting a wooden surface", | |
'table_text': """ | |
| Audio Type | Layout | ID | Character | Action | Volume | Description | Length | | |
|--------------|------------|------|-------------|----------|----------|---------------|----------| | |
| speech | foreground | N/A | Character | N/A | -15 | Hi | Auto | | |
""", | |
'wav_file': 'examples/example1.wav', | |
} | |
example2 = { | |
'text': "Two hammer is hitting a wooden surface", | |
'table_text': """ | |
| Audio Type | Layout | ID | Character | Action | Volume | Description | Length | | |
|--------------|------------|------|-------------|----------|----------|---------------|----------| | |
| speech | foreground | N/A | Character | N/A | -15 | Hi | Auto | | |
""", | |
'wav_file': 'examples/example1.wav', | |
} | |
examples = [example1,example2] |