cocktailpeanut commited on
Commit
add2758
·
1 Parent(s): 8ac71ed
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def resize(image):
110
  #with gr.Blocks(css=css, fill_width=True) as demo:
111
  with gr.Blocks(fill_width=True) as demo:
112
  with gr.Row():
113
- prompt = gr.Textbox(value="high quality", label="Prompt")
114
  run_button = gr.Button("Generate")
115
 
116
  with gr.Row():
 
110
  #with gr.Blocks(css=css, fill_width=True) as demo:
111
  with gr.Blocks(fill_width=True) as demo:
112
  with gr.Row():
113
+ prompt = gr.Textbox(value="high quality", label="Prompt", visible=False)
114
  run_button = gr.Button("Generate")
115
 
116
  with gr.Row():