jbilcke-hf HF staff commited on
Commit
16c8f31
·
1 Parent(s): 5e136d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def generate(prompt: str,
61
  output_type='pil').images[0]
62
 
63
  with gr.Blocks() as demo:
64
- with gr.Row():
65
  with gr.Row():
66
  prompt = gr.Text(
67
  label='Prompt',
 
61
  output_type='pil').images[0]
62
 
63
  with gr.Blocks() as demo:
64
+ with gr.Box():
65
  with gr.Row():
66
  prompt = gr.Text(
67
  label='Prompt',