Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
b750c03
1
Parent(s):
cd0c4ab
Update app.py
Browse files
app.py
CHANGED
@@ -1287,7 +1287,7 @@ with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60,
|
|
1287 |
selected_index = gr.State(None)
|
1288 |
with gr.Row():
|
1289 |
with gr.Column(scale=3):
|
1290 |
-
prompt = gr.Textbox(label="Prompt", lines=1, placeholder="
|
1291 |
with gr.Column(scale=1, elem_id="gen_column"):
|
1292 |
generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
|
1293 |
with gr.Row():
|
|
|
1287 |
selected_index = gr.State(None)
|
1288 |
with gr.Row():
|
1289 |
with gr.Column(scale=3):
|
1290 |
+
prompt = gr.Textbox(label="Prompt", lines=1, placeholder="choose the LoRA and type the prompt 🧨")
|
1291 |
with gr.Column(scale=1, elem_id="gen_column"):
|
1292 |
generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
|
1293 |
with gr.Row():
|