Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ def get_tango2(prompt):
|
|
| 153 |
|
| 154 |
def get_stable_audio_open(prompt):
|
| 155 |
try:
|
| 156 |
-
client = Client("artificialguybr/Stable-Audio-Open-
|
| 157 |
except:
|
| 158 |
raise gr.Error("Stable Audio Open space API is not ready, please try again in few minutes ")
|
| 159 |
|
|
|
|
| 153 |
|
| 154 |
def get_stable_audio_open(prompt):
|
| 155 |
try:
|
| 156 |
+
client = Client("artificialguybr/Stable-Audio-Open-A10", hf_token=hf_token)
|
| 157 |
except:
|
| 158 |
raise gr.Error("Stable Audio Open space API is not ready, please try again in few minutes ")
|
| 159 |
|