tsi-org commited on
Commit
e9c97e4
·
verified ·
1 Parent(s): 3e1c167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://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
 
 
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