_Noxty commited on
Commit
ce2f083
·
verified ·
1 Parent(s): e6c3592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(fill_width=True, css=css) as demo:
85
  urls_remain = gr.Textbox("Remaining URLs", value="", show_copy_button=True, visible=False)
86
  with gr.Column():
87
  base_model = gr.File(label="Base Models")
88
- with gr.row():
89
  prompt = gr.Textbox(label="Prompt", value="A highly detailed portrait of an underwater city, with towering spires and domes rising up from the ocean floor")
90
  with gr.Row():
91
  lora_A = gr.File(label="Lora")
 
85
  urls_remain = gr.Textbox("Remaining URLs", value="", show_copy_button=True, visible=False)
86
  with gr.Column():
87
  base_model = gr.File(label="Base Models")
88
+ with gr.Row():
89
  prompt = gr.Textbox(label="Prompt", value="A highly detailed portrait of an underwater city, with towering spires and domes rising up from the ocean floor")
90
  with gr.Row():
91
  lora_A = gr.File(label="Lora")