Omnibus commited on
Commit
a588277
1 Parent(s): 97f8dbb

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").launch()
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