Spaces:
Sleeping
Sleeping
httpdaniel commited on
Commit ·
4a132c7
1
Parent(s): fe74398
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://154.202.118.33:3128", "http": "http://154.202.118.33:3128"}
|
| 11 |
|
| 12 |
|
| 13 |
def transcribe_video(url):
|