Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ generation_config = {
|
|
| 28 |
}
|
| 29 |
import requests
|
| 30 |
|
| 31 |
-
API_URL = "https://api-inference.huggingface.co/models/wasmdashai/vits-ar-sa-huba"
|
| 32 |
headers = {"Authorization": f"Bearer {token}"}
|
| 33 |
|
| 34 |
def query(payload):
|
|
|
|
| 28 |
}
|
| 29 |
import requests
|
| 30 |
|
| 31 |
+
API_URL = "https://api-inference.huggingface.co/models/wasmdashai/vits-ar-sa-huba-v2"
|
| 32 |
headers = {"Authorization": f"Bearer {token}"}
|
| 33 |
|
| 34 |
def query(payload):
|