dmmmmm commited on
Commit
07ee3c9
Β·
verified Β·
1 Parent(s): 4bef7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -10
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">Supported by the Latest Midjourney v7 Image & Midjourney v1 Video Model</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,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
- </div>
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, Niji 6<br>
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>