Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ def get_audiogen(prompt):
|
|
| 123 |
|
| 124 |
def get_tango(prompt):
|
| 125 |
try:
|
| 126 |
-
client = Client("
|
| 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 |
|