Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def dl(inp,img=None):
|
|
| 44 |
out = f"{img}"
|
| 45 |
return out
|
| 46 |
|
| 47 |
-
def diarize_aud(file_name)
|
| 48 |
os.system(f"python diarize.py -a {file_name}")
|
| 49 |
|
| 50 |
|
|
|
|
| 44 |
out = f"{img}"
|
| 45 |
return out
|
| 46 |
|
| 47 |
+
def diarize_aud(file_name):
|
| 48 |
os.system(f"python diarize.py -a {file_name}")
|
| 49 |
|
| 50 |
|