Spaces:
Runtime error
Runtime error
zeon8985army
commited on
Commit
•
3b02282
1
Parent(s):
51e5e98
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import time
|
|
4 |
import requests
|
5 |
|
6 |
list_stack=[]
|
7 |
-
api_url="
|
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="https://90f6-34-16-143-189.ngrok-free.app/upload"
|
8 |
|
9 |
def get_transcription_whissper_api(audio,api_url=api_url):
|
10 |
audio_file = open(audio, 'rb')
|