Spaces:
Running
Running
add gradio info bubble for audiogen
Browse files
app.py
CHANGED
|
@@ -107,6 +107,7 @@ def get_audioldm(prompt):
|
|
| 107 |
raise gr.Error("AudioLDM space API is not ready, please try again in few minutes ")
|
| 108 |
|
| 109 |
def get_audiogen(prompt):
|
|
|
|
| 110 |
try:
|
| 111 |
client = Client("fffiloni/audiogen", hf_token=hf_token)
|
| 112 |
result = client.predict(
|
|
|
|
| 107 |
raise gr.Error("AudioLDM space API is not ready, please try again in few minutes ")
|
| 108 |
|
| 109 |
def get_audiogen(prompt):
|
| 110 |
+
gr.Info("Now calling AudioGen for SFX ...")
|
| 111 |
try:
|
| 112 |
client = Client("fffiloni/audiogen", hf_token=hf_token)
|
| 113 |
result = client.predict(
|