Spaces:
Runtime error
Runtime error
moose Claude Opus 4.5 commited on
Commit ·
6c84590
1
Parent(s): 49afc98
Fix model link in UI description
Browse filesUpdate Rapid-AIO link from Phr00t to linoyts to match actual code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -262,7 +262,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 262 |
</div>
|
| 263 |
""")
|
| 264 |
gr.Markdown("""
|
| 265 |
-
This demo uses [Qwen-Image-Edit-2509](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) with [lovis93/next-scene-qwen-image-lora](https://huggingface.co/lovis93/next-scene-qwen-image-lora-2509) for cinematic image sequences with natural visual progression from frame to frame 🎥 and [
|
| 266 |
|
| 267 |
Upload an image and enter your prompt to generate the next scene. The model will use your prompt exactly as provided.
|
| 268 |
""")
|
|
|
|
| 262 |
</div>
|
| 263 |
""")
|
| 264 |
gr.Markdown("""
|
| 265 |
+
This demo uses [Qwen-Image-Edit-2509](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) with [lovis93/next-scene-qwen-image-lora](https://huggingface.co/lovis93/next-scene-qwen-image-lora-2509) for cinematic image sequences with natural visual progression from frame to frame 🎥 and [linoyts/Qwen-Image-Edit-Rapid-AIO](https://huggingface.co/linoyts/Qwen-Image-Edit-Rapid-AIO) + [AoT compilation & FA3](https://huggingface.co/blog/zerogpu-aoti) for accelerated 4-step inference.
|
| 266 |
|
| 267 |
Upload an image and enter your prompt to generate the next scene. The model will use your prompt exactly as provided.
|
| 268 |
""")
|