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