Spaces:
Sleeping
Sleeping
httpdaniel
commited on
Commit
·
cba2c83
1
Parent(s):
4a132c7
Updating proxy
Browse files
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://
|
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):
|