Spaces:
Runtime error
Runtime error
Commit ·
7d037c0
1
Parent(s): 343a53f
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def process_url(input_path):
|
|
| 32 |
def process_file(input_path):
|
| 33 |
return process(input_path, '')
|
| 34 |
|
| 35 |
-
def process(audio_file,
|
| 36 |
client = SimbalsAPIClient(os.environ['TOKEN'], debug=True)
|
| 37 |
parameters = client.prepare_request("31415", audio_file=audio_file)
|
| 38 |
|
|
|
|
| 32 |
def process_file(input_path):
|
| 33 |
return process(input_path, '')
|
| 34 |
|
| 35 |
+
def process(audio_file, embed_html_all):
|
| 36 |
client = SimbalsAPIClient(os.environ['TOKEN'], debug=True)
|
| 37 |
parameters = client.prepare_request("31415", audio_file=audio_file)
|
| 38 |
|