Update app.py
Browse files
app.py
CHANGED
|
@@ -94,8 +94,12 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
|
|
| 94 |
def cloud():
|
| 95 |
print("[CLOUD] | Space maintained.")
|
| 96 |
|
|
|
|
| 97 |
# Initialize
|
| 98 |
with gr.Blocks(css=css) as main:
|
|
|
|
|
|
|
|
|
|
| 99 |
with gr.Column():
|
| 100 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
| 101 |
negative_input = gr.Textbox(lines=1, value=DEFAULT_NEGATIVE_INPUT, label="Input Negative")
|
|
|
|
| 94 |
def cloud():
|
| 95 |
print("[CLOUD] | Space maintained.")
|
| 96 |
|
| 97 |
+
|
| 98 |
# Initialize
|
| 99 |
with gr.Blocks(css=css) as main:
|
| 100 |
+
with gr.Column():
|
| 101 |
+
gr.Markdown("🪄 Generate high quality images on all styles.")
|
| 102 |
+
|
| 103 |
with gr.Column():
|
| 104 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
| 105 |
negative_input = gr.Textbox(lines=1, value=DEFAULT_NEGATIVE_INPUT, label="Input Negative")
|