Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ image_model = pipeline("image-classification", model="google/vit-base-patch16-22
|
|
7 |
|
8 |
def generate_music(prompt):
|
9 |
# audioldm API ์ฌ์ฉํ์ฌ ์์
์์ฑ API ํธ์ถ
|
10 |
-
client = Client("https://
|
11 |
result = client.predict(
|
12 |
"playing piano.", # str in 'Input text' Textbox component
|
13 |
"Low quality.", # str in 'Negative prompt' Textbox component
|
|
|
7 |
|
8 |
def generate_music(prompt):
|
9 |
# audioldm API ์ฌ์ฉํ์ฌ ์์
์์ฑ API ํธ์ถ
|
10 |
+
client = Client("https://declare-lab-tango.hf.space/")
|
11 |
result = client.predict(
|
12 |
"playing piano.", # str in 'Input text' Textbox component
|
13 |
"Low quality.", # str in 'Negative prompt' Textbox component
|