Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -70,19 +70,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
70 |
with gr.Column(scale=4):
|
71 |
output = gr.Image(label="Your Generated Image")
|
72 |
|
73 |
-
|
74 |
-
"""
|
75 |
-
<div style="max-width: 650px; margin: 2rem auto; padding: 1rem; border-radius: 10px; background-color: #f0f0f0;">
|
76 |
-
<h2 style="font-size: 1.5rem; margin-bottom: 1rem;">How to Use</h2>
|
77 |
-
<ol style="padding-left: 1.5rem;">
|
78 |
-
<li>Enter a detailed description of the image you want to create.</li>
|
79 |
-
<li>Adjust advanced settings if desired (tap to expand).</li>
|
80 |
-
<li>Tap "Generate Image" and wait for your creation!</li>
|
81 |
-
</ol>
|
82 |
-
<p style="margin-top: 1rem; font-style: italic;">Tip: Be specific in your description for best results!</p>
|
83 |
-
</div>
|
84 |
-
"""
|
85 |
-
)
|
86 |
|
87 |
@spaces.GPU
|
88 |
def process_image(height, width, steps, scales, prompt, seed):
|
|
|
70 |
with gr.Column(scale=4):
|
71 |
output = gr.Image(label="Your Generated Image")
|
72 |
|
73 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
@spaces.GPU
|
76 |
def process_image(height, width, steps, scales, prompt, seed):
|