Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from moviepy.editor import *
|
|
5 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
6 |
|
7 |
token = os.environ.get('HF_TOKEN')
|
8 |
-
caption = gr.Blocks.load(name="spaces/
|
9 |
audio_gen = gr.Blocks.load(name="spaces/haoheliu/audioldm-text-to-audio-generation")
|
10 |
|
11 |
ph_message="If you're not happy with sound result, you can manually describe the scene depicted in your image :)"
|
|
|
5 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
6 |
|
7 |
token = os.environ.get('HF_TOKEN')
|
8 |
+
caption = gr.Blocks.load(name="spaces/fffiloni/CoCa-clone")
|
9 |
audio_gen = gr.Blocks.load(name="spaces/haoheliu/audioldm-text-to-audio-generation")
|
10 |
|
11 |
ph_message="If you're not happy with sound result, you can manually describe the scene depicted in your image :)"
|