Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks("custom.css") as demo:
|
|
45 |
with gr.Column():
|
46 |
with gr.Row():
|
47 |
#inputs = gr.Textbox(label = 'Enter prompt to search Lexica.art')
|
48 |
-
inputs = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=20,min_width = 256
|
49 |
placeholder="Enter prompt to search Lexica.art", elem_id="prompt")
|
50 |
#gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
|
51 |
text_button = gr.Button("Retrieve Images", elem_id="run_button")
|
|
|
45 |
with gr.Column():
|
46 |
with gr.Row():
|
47 |
#inputs = gr.Textbox(label = 'Enter prompt to search Lexica.art')
|
48 |
+
inputs = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=20, min_width = 256,
|
49 |
placeholder="Enter prompt to search Lexica.art", elem_id="prompt")
|
50 |
#gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
|
51 |
text_button = gr.Button("Retrieve Images", elem_id="run_button")
|