ysharma HF Staff commited on
Commit
2d982ac
·
1 Parent(s): cf52cad
Files changed (1) hide show
  1. app.py +1 -1
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')