Omnibus commited on
Commit
84c8a79
·
1 Parent(s): 4840be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def try1():
48
  #return out
49
  '''
50
 
51
- model = gr.Interface.load("models/suno/bark-small")
52
  def bark_try_2():
53
  out = model("this is some text")
54
  return out
 
48
  #return out
49
  '''
50
 
51
+ model = gr.Interface.load("models/suno/bark")
52
  def bark_try_2():
53
  out = model("this is some text")
54
  return out