Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -316,14 +316,12 @@ if __name__ == "__main__":
|
|
316 |
with gr.Blocks() as demo:
|
317 |
|
318 |
gr.Markdown("""
|
319 |
-
|
320 |
|
321 |
- **Paper**: [XVerse: A Versatile Image Generation Framework for Subject Consistency](https://arxiv.org/abs/2506.21416)
|
322 |
- **GitHub**: [ByteDance/XVerse](https://github.com/bytedance/XVerse)
|
323 |
- **Project Page**: [ByteDance/XVerse](https://bytedance.github.io/XVerse/)
|
324 |
|
325 |
-
---
|
326 |
-
|
327 |
#### Input Images and Prompts
|
328 |
|
329 |
* **Prompt**: The textual description guiding the image generation.
|
|
|
316 |
with gr.Blocks() as demo:
|
317 |
|
318 |
gr.Markdown("""
|
319 |
+
## XVerse Demo
|
320 |
|
321 |
- **Paper**: [XVerse: A Versatile Image Generation Framework for Subject Consistency](https://arxiv.org/abs/2506.21416)
|
322 |
- **GitHub**: [ByteDance/XVerse](https://github.com/bytedance/XVerse)
|
323 |
- **Project Page**: [ByteDance/XVerse](https://bytedance.github.io/XVerse/)
|
324 |
|
|
|
|
|
325 |
#### Input Images and Prompts
|
326 |
|
327 |
* **Prompt**: The textual description guiding the image generation.
|