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