Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -804,14 +804,14 @@ with gr.Blocks(
|
|
| 804 |
with gr.Column(elem_classes="header-container"):
|
| 805 |
gr.HTML("""
|
| 806 |
<h1 class="logo-text">π¨ Midjourney API Free Online Test</h1>
|
| 807 |
-
<p class="subtitle">
|
| 808 |
<div class="mode-indicator">
|
| 809 |
π‘ Midjourney AI transforms text and images into high-quality visuals and animations. Test Midjourney API free online here β create stunning images and videos effortlessly.
|
| 810 |
</div>
|
| 811 |
""")
|
| 812 |
|
| 813 |
with gr.Column(elem_classes="main-content"):
|
| 814 |
-
# εθ½ηΉζ§
|
| 815 |
gr.HTML("""
|
| 816 |
<div class="info-box">
|
| 817 |
<strong>π¨ Supported Features of Midjourney API:</strong><br>
|
|
@@ -820,17 +820,12 @@ with gr.Blocks(
|
|
| 820 |
β’ <strong>Image-to-Video:</strong> Convert static images into dynamic video content<br>
|
| 821 |
β’ <strong>Image Upscaling:</strong> Enhance image resolution and quality<br>
|
| 822 |
β’ <strong>Image Variations:</strong> Create variations with enhanced clarity and style<br>
|
| 823 |
-
β’ <strong>Task Management:</strong> Track and monitor your generation tasks efficiently
|
| 824 |
-
|
| 825 |
-
""")
|
| 826 |
-
|
| 827 |
-
# δ½Ώη¨θ―΄ζ
|
| 828 |
-
gr.HTML("""
|
| 829 |
-
<div class="info-box">
|
| 830 |
<strong>π Usage Instructions:</strong><br>
|
| 831 |
β’ Get your Midjourney API Key π <a href="https://kie.ai/playground/mj" target="_blank">here</a><br>
|
| 832 |
β’ Select your task type: Text to Image, Image to Image, or Image to Video<br>
|
| 833 |
-
β’ Choose a model version: Version 7, Version 6.1, Version 6, Version 5.2, Version 5.1,
|
| 834 |
β’ Enter your prompt or image to generate or edit<br>
|
| 835 |
β’ Click Generate and wait ~1β2 minutes for processing
|
| 836 |
</div>
|
|
|
|
| 804 |
with gr.Column(elem_classes="header-container"):
|
| 805 |
gr.HTML("""
|
| 806 |
<h1 class="logo-text">π¨ Midjourney API Free Online Test</h1>
|
| 807 |
+
<p class="subtitle">Test the Midjourney API free online <a href="https://kie.ai/playground/mj" target="_blank" style="color: #ffffff; text-decoration: underline;">here</a>. Transform text and images into high-quality visuals and animations using the latest Midjourney v7 image and Midjourney v1 video models.</p>
|
| 808 |
<div class="mode-indicator">
|
| 809 |
π‘ Midjourney AI transforms text and images into high-quality visuals and animations. Test Midjourney API free online here β create stunning images and videos effortlessly.
|
| 810 |
</div>
|
| 811 |
""")
|
| 812 |
|
| 813 |
with gr.Column(elem_classes="main-content"):
|
| 814 |
+
# εθ½ηΉζ§εδ½Ώη¨θ―΄ζεεΉΆ
|
| 815 |
gr.HTML("""
|
| 816 |
<div class="info-box">
|
| 817 |
<strong>π¨ Supported Features of Midjourney API:</strong><br>
|
|
|
|
| 820 |
β’ <strong>Image-to-Video:</strong> Convert static images into dynamic video content<br>
|
| 821 |
β’ <strong>Image Upscaling:</strong> Enhance image resolution and quality<br>
|
| 822 |
β’ <strong>Image Variations:</strong> Create variations with enhanced clarity and style<br>
|
| 823 |
+
β’ <strong>Task Management:</strong> Track and monitor your generation tasks efficiently<br><br>
|
| 824 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 825 |
<strong>π Usage Instructions:</strong><br>
|
| 826 |
β’ Get your Midjourney API Key π <a href="https://kie.ai/playground/mj" target="_blank">here</a><br>
|
| 827 |
β’ Select your task type: Text to Image, Image to Image, or Image to Video<br>
|
| 828 |
+
β’ Choose a model version: Version 7, Version 6.1, Version 6, Version 5.2, Version 5.1, niji6<br>
|
| 829 |
β’ Enter your prompt or image to generate or edit<br>
|
| 830 |
β’ Click Generate and wait ~1β2 minutes for processing
|
| 831 |
</div>
|