Update app.py
Browse files
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(
|