AndrewLam489
commited on
Commit
•
50ba031
1
Parent(s):
88e7b9a
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def query(file_url):
|
|
41 |
return {"error": "Failed to download the file from the provided URL."}
|
42 |
|
43 |
# URL to your audio file on Hugging Face Space
|
44 |
-
file_url = "https://huggingface.co/spaces/AndrewLam489/PillID_Transcribe/resolve/main/
|
45 |
|
46 |
# Call the function with the audio file URL
|
47 |
output = query(file_url)
|
|
|
41 |
return {"error": "Failed to download the file from the provided URL."}
|
42 |
|
43 |
# URL to your audio file on Hugging Face Space
|
44 |
+
file_url = "https://huggingface.co/spaces/AndrewLam489/PillID_Transcribe/resolve/main/ce7581cd-534c-4f4b-b6a7-35be3e52fbc2.webm"
|
45 |
|
46 |
# Call the function with the audio file URL
|
47 |
output = query(file_url)
|