Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def get_upscale_op(prompt, gallery_if):
|
|
| 50 |
|
| 51 |
with gr.Blocks() as demo:
|
| 52 |
with gr.Row():
|
| 53 |
-
with gr.Column:
|
| 54 |
prompt = gr.Textbox(label='Prompt')
|
| 55 |
neg_prompt = gr.Textbox(label='Negative Prompt')
|
| 56 |
b1 = gr.Button('Generate')
|
|
|
|
| 50 |
|
| 51 |
with gr.Blocks() as demo:
|
| 52 |
with gr.Row():
|
| 53 |
+
with gr.Column():
|
| 54 |
prompt = gr.Textbox(label='Prompt')
|
| 55 |
neg_prompt = gr.Textbox(label='Negative Prompt')
|
| 56 |
b1 = gr.Button('Generate')
|