Spaces:
Runtime error
Runtime error
Brian Watson commited on
Commit ·
b79b381
1
Parent(s): 662b71b
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as myface:
|
|
| 46 |
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Row():
|
| 49 |
-
input_text = gr.Textbox(label="Prompt idea", placeholder="Eg.
|
| 50 |
# Model selection dropdown
|
| 51 |
model_name1 = gr.Dropdown(
|
| 52 |
label="Choose Model",
|
|
|
|
| 46 |
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Row():
|
| 49 |
+
input_text = gr.Textbox(label="Prompt idea", placeholder="Eg. Minimalist home office space", lines=1)
|
| 50 |
# Model selection dropdown
|
| 51 |
model_name1 = gr.Dropdown(
|
| 52 |
label="Choose Model",
|