alyxsis commited on
Commit
6406ea4
Β·
verified Β·
1 Parent(s): 801e638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -29
app.py CHANGED
@@ -564,35 +564,6 @@ with gr.Blocks(theme='Nymbo/Alyx_Theme') as dalle:
564
  """
565
  )
566
 
567
- # Accordion about automatic inference routing
568
- with gr.Accordion("πŸ”€ Automatic Provider Routing", open=False):
569
- gr.Markdown(
570
- """
571
- ## How It Works
572
-
573
- This app uses **Hugging Face's automatic provider routing** to give you the best image generation experience.
574
-
575
- ### ✨ What This Means For You:
576
- - **No provider selection needed** - the system automatically chooses the best available provider
577
- - **Optimal performance** - each model is routed to its best-performing infrastructure
578
- - **Unified experience** - all models work the same way, regardless of the underlying provider
579
- - **Automatic failover** - if one provider is busy, requests are routed to alternatives
580
-
581
- ### πŸ”„ Behind the Scenes:
582
- When you generate an image, Hugging Face intelligently routes your request to the most suitable provider:
583
- - **πŸ€— Hugging Face Inference** - For comprehensive model support and free tier access
584
- - **⚑ Replicate** - For high-performance inference when available
585
- - **πŸš€ Fal AI** - For optimized speed and enterprise-grade performance
586
-
587
- ### πŸ’‘ Benefits:
588
- - **Always available** - automatic routing ensures maximum uptime
589
- - **Best performance** - each model runs on its optimal infrastructure
590
- - **Simple experience** - just select your model and generate!
591
-
592
- **Note**: You only need your Hugging Face token - no additional API keys required!
593
- """
594
- )
595
-
596
  # Accordion providing an overview of advanced settings
597
  with gr.Accordion("Advanced Settings Overview", open=False):
598
  gr.Markdown(
 
564
  """
565
  )
566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
567
  # Accordion providing an overview of advanced settings
568
  with gr.Accordion("Advanced Settings Overview", open=False):
569
  gr.Markdown(