Spaces:
Sleeping
Sleeping
wasmdashai
commited on
Commit
•
4f90d46
1
Parent(s):
32eb2e0
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):
|