Spaces:
Running
Running
_Noxty
commited on
Update app.py
Browse files
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.
|
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")
|