Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,8 @@ def get_audiogen(prompt):
|
|
| 138 |
|
| 139 |
def get_tango(prompt):
|
| 140 |
try:
|
| 141 |
-
client = Client("https://declare-lab-tango.hf.space/")
|
|
|
|
| 142 |
except:
|
| 143 |
raise gr.Error("Tango space API is not ready, please try again in few minutes ")
|
| 144 |
|
|
|
|
| 138 |
|
| 139 |
def get_tango(prompt):
|
| 140 |
try:
|
| 141 |
+
#client = Client("https://declare-lab-tango.hf.space/")
|
| 142 |
+
client = Client("https://fffiloni-tango.hf.space/", hf_token=hf_token)
|
| 143 |
except:
|
| 144 |
raise gr.Error("Tango space API is not ready, please try again in few minutes ")
|
| 145 |
|