Spaces:
Runtime error
Runtime error
Commit
·
ea098fb
1
Parent(s):
6bff004
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import time
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
list_stack=[]
|
| 7 |
-
api_url='http://
|
| 8 |
|
| 9 |
def get_transcription_whissper_api(audio,api_url=api_url):
|
| 10 |
audio_file = open(audio, 'rb')
|
|
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
list_stack=[]
|
| 7 |
+
api_url='http://34f4-34-90-84-31.ngrok.io/upload'
|
| 8 |
|
| 9 |
def get_transcription_whissper_api(audio,api_url=api_url):
|
| 10 |
audio_file = open(audio, 'rb')
|