Spaces:
Runtime error
Runtime error
Commit
·
249313f
1
Parent(s):
91db77d
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://8d57-35-184-223-1.ngrok.io/upload'
|
8 |
|
9 |
def get_transcription_whissper_api(audio,api_url=api_url):
|
10 |
audio_file = open(audio, 'rb')
|