Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def try1():
|
|
48 |
#return out
|
49 |
'''
|
50 |
|
51 |
-
model = gr.Interface("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").launch()
|
52 |
def bark_try_2():
|
53 |
out = model("this is some text")
|
54 |
return out
|