title
Browse files
app.py
CHANGED
@@ -245,7 +245,8 @@ with gr.Blocks(css=css) as demo:
|
|
245 |
with gr.Column(elem_id="col-container"):
|
246 |
gr.Markdown(
|
247 |
"""# Text to Image to Video with fal‑ai through HF Inference Providers ⚡\nLearn more about HF Inference Providers [here](https://huggingface.co/docs/inference-providers/index)"""
|
248 |
-
"""Text to Image uses FLUX.1 [dev]
|
|
|
249 |
)
|
250 |
|
251 |
with gr.Row():
|
|
|
245 |
with gr.Column(elem_id="col-container"):
|
246 |
gr.Markdown(
|
247 |
"""# Text to Image to Video with fal‑ai through HF Inference Providers ⚡\nLearn more about HF Inference Providers [here](https://huggingface.co/docs/inference-providers/index)"""
|
248 |
+
"""## Text to Image uses [FLUX.1 [dev]](https://fal.ai/models/fal-ai/flux/dev) with fal‑ai through HF Inference Providers"""
|
249 |
+
"""## Image to Vide uses [kling-video v2.1](https://fal.ai/models/fal-ai/kling-video/v2.1/master/image-to-video/playground) with fal‑ai directly (you will need to set your `FAL_KEY`)."""
|
250 |
)
|
251 |
|
252 |
with gr.Row():
|