httpdaniel commited on
Commit
fe74398
·
1 Parent(s): 5480097

Updating proxy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  model_name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
  client = InferenceClient(model=model_name)
9
 
10
- proxies = {"https": "http://15.235.153.57:8089", "http": "http://15.235.153.57:8089"}
11
 
12
 
13
  def transcribe_video(url):
 
7
  model_name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
  client = InferenceClient(model=model_name)
9
 
10
+ proxies = {"https": "http://109.230.89.126:3128", "http": "http://109.230.89.126:3128"}
11
 
12
 
13
  def transcribe_video(url):