Spaces:
Runtime error
Runtime error
Commit
·
faf9963
1
Parent(s):
c7712f5
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://ee71-34-27-68-223.ngrok.io/upload'
|
8 |
|
9 |
def get_transcription_whissper_api(audio,api_url=api_url):
|
10 |
audio_file = open(audio, 'rb')
|