httpdaniel commited on
Commit
cba2c83
·
1 Parent(s): 4a132c7

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://154.202.118.33:3128", "http": "http://154.202.118.33:3128"}
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://185.159.153.234:80", "http": "http://185.159.153.234:80"}
11
 
12
 
13
  def transcribe_video(url):