fffiloni commited on
Commit
e9375f2
1 Parent(s): ce5d54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def get_audiogen(prompt):
123
 
124
  def get_tango(prompt):
125
  try:
126
- client = Client("https://declare-lab-tango.hf.space/")
127
  except:
128
  raise gr.Error("Tango space API is not ready, please try again in few minutes ")
129
 
 
123
 
124
  def get_tango(prompt):
125
  try:
126
+ client = Client("declare-lab/tango")
127
  except:
128
  raise gr.Error("Tango space API is not ready, please try again in few minutes ")
129