Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,9 @@ with gr.Blocks("custom.css") as demo:
|
|
44 |
with gr.Row():
|
45 |
with gr.Tabs():
|
46 |
with gr.Row():
|
47 |
-
inputs = gr.Textbox(label = 'Enter prompt to search Lexica.art')
|
|
|
|
|
48 |
#gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
|
49 |
text_button = gr.Button("Retrieve Images", elem_id="run_button")
|
50 |
i = gr.Image(elem_id="result-image")
|
|
|
44 |
with gr.Row():
|
45 |
with gr.Tabs():
|
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=1,
|
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")
|
52 |
i = gr.Image(elem_id="result-image")
|