fix typo
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(css=css) as demo:
|
|
247 |
def load_allegro_examples(prompt):
|
248 |
if prompt == "A Monkey is playing bass guitar.":
|
249 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/11.mp4"
|
250 |
-
elif prompt == "An astronaut riding a
|
251 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/15.mp4"
|
252 |
elif prompt == "A tiny finch on a branch with spring flowers on background.":
|
253 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/22.mp4"
|
|
|
247 |
def load_allegro_examples(prompt):
|
248 |
if prompt == "A Monkey is playing bass guitar.":
|
249 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/11.mp4"
|
250 |
+
elif prompt == "An astronaut riding a horse.":
|
251 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/15.mp4"
|
252 |
elif prompt == "A tiny finch on a branch with spring flowers on background.":
|
253 |
return "https://rhymes.ai/allegroVideos/30_demo_w_watermark_prompt_1018/22.mp4"
|