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

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 = {"http": "socks5h://127.0.0.1:9050", "https": "socks5h://127.0.0.1:9050"}
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://15.235.153.57:8089", "http": "http://15.235.153.57:8089"}
11
 
12
 
13
  def transcribe_video(url):