zeon8985army commited on
Commit
685af13
·
1 Parent(s): cca3013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import time
4
  import requests
5
 
6
  list_stack=[]
7
- api_url='http://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')
 
4
  import requests
5
 
6
  list_stack=[]
7
+ api_url="http://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')