awacke1 commited on
Commit
85288b1
1 Parent(s): 29f5743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -506,9 +506,12 @@ def get_zip_download_link(zip_file):
506
 
507
  # 14. Inference Endpoints for Whisper (best fastest STT) on NVIDIA T4 and Llama (best fastest AGI LLM) on NVIDIA A10
508
  # My Inference Endpoint
509
- API_URL_IE = f'https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud'
510
  # Original
511
- API_URL_IE = "https://api-inference.huggingface.co/models/openai/whisper-small.en"
 
 
 
512
  MODEL2 = "openai/whisper-small.en"
513
  MODEL2_URL = "https://huggingface.co/openai/whisper-small.en"
514
  #headers = {
 
506
 
507
  # 14. Inference Endpoints for Whisper (best fastest STT) on NVIDIA T4 and Llama (best fastest AGI LLM) on NVIDIA A10
508
  # My Inference Endpoint
509
+ #API_URL_IE = f'https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud'
510
  # Original
511
+ #API_URL_IE = "https://api-inference.huggingface.co/models/openai/whisper-small.en"
512
+ # A10 Inference Endpoint for whisper large tests
513
+ API_URL_IE = "https://hifdvffh2em0wn50.us-east-1.aws.endpoints.huggingface.cloud"
514
+
515
  MODEL2 = "openai/whisper-small.en"
516
  MODEL2_URL = "https://huggingface.co/openai/whisper-small.en"
517
  #headers = {