fffiloni commited on
Commit
534a171
1 Parent(s): 81bed17

Update app.py

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