chengzeyi commited on
Commit
7ced770
·
verified ·
1 Parent(s): 14e2b9a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -224,15 +224,16 @@ with gr.Blocks(theme=gr.themes.Soft(),
224
 
225
  gr.Markdown("# 🖼️FLUX Kontext Dev Ultra Fast Live")
226
  gr.Markdown(
227
- "FLUX Kontext Dev is a new SOTA image editing model published by Black Forest Labs. We have deployed it on [WaveSpeedAI](https://wavespeed.ai/) for ultra-fast image editing. You can use it to edit images in various styles, add objects, or even change the mood of the image. It supports both text prompts and image inputs."
228
- )
229
- gr.Markdown(
230
- "- [FLUX Kontext Dev on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev)"
231
- "- [FLUX Kontext Dev LoRA on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-lora)"
232
- "- [FLUX Kontext Dev Ultra Fast on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-ultra-fast)"
233
- "- [FLUX Kontext Dev LoRA Ultra Fast on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-lora-ultra-fast)"
234
  )
235
  gr.Markdown(
 
 
 
 
 
 
 
236
  )
237
 
238
  with gr.Row():
 
224
 
225
  gr.Markdown("# 🖼️FLUX Kontext Dev Ultra Fast Live")
226
  gr.Markdown(
227
+ "FLUX Kontext dev is a new SOTA image editing model published by Black Forest Labs. We have deployed it on [WaveSpeedAI](https://wavespeed.ai/) for ultra-fast image editing. You can use it to edit images in various styles, add objects, or even change the mood of the image. It supports both text prompts and image inputs."
 
 
 
 
 
 
228
  )
229
  gr.Markdown(
230
+ "- [FLUX Kontext dev on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev)"
231
+ "\n"
232
+ "- [FLUX Kontext dev LoRA on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-lora)"
233
+ "\n"
234
+ "- [FLUX Kontext dev Ultra Fast on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-ultra-fast)"
235
+ "\n"
236
+ "- [FLUX Kontext dev LoRA Ultra Fast on WaveSpeedAI](https://wavespeed.ai/models/wavespeed-ai/flux-kontext-dev-lora-ultra-fast)"
237
  )
238
 
239
  with gr.Row():