gorkemgoknar commited on
Commit
ed76f50
1 Parent(s): 4f9dd6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -118,8 +118,7 @@ from huggingface_hub import InferenceClient
118
  WHISPER_TIMEOUT = int(os.environ.get("WHISPER_TIMEOUT", 45))
119
  whisper_client = Client("https://sanchit-gandhi-whisper-large-v2.hf.space/",timeout=WHISPER_TIMEOUT)
120
  text_client = InferenceClient(
121
- "mistralai/Mistral-7B-Instruct-v0.1",
122
- timeout=WHISPER_TIMEOUT,
123
  )
124
 
125
 
 
118
  WHISPER_TIMEOUT = int(os.environ.get("WHISPER_TIMEOUT", 45))
119
  whisper_client = Client("https://sanchit-gandhi-whisper-large-v2.hf.space/",timeout=WHISPER_TIMEOUT)
120
  text_client = InferenceClient(
121
+ "mistralai/Mistral-7B-Instruct-v0.1"
 
122
  )
123
 
124