celinah HF Staff commited on
Commit
1e0112e
·
1 Parent(s): 53a697e
Files changed (1) hide show
  1. app.py +2 -1
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] with falai through HF Inference Providers, Video Generation uses kling-video/v2.1/master/image-to-video with fal‑ai directly (you will need to set your FAL_KEY)."""
 
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():