fffiloni commited on
Commit
9490d0e
·
verified ·
1 Parent(s): 3fa753e

change Stable Audio provider

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