change Stable Audio provider
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("
|
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("fffiloni/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 |
|