Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,8 +179,8 @@ examples=[
|
|
| 179 |
with gr.Blocks(css=css) as demo:
|
| 180 |
gr.Markdown("# Image Generator Pro")
|
| 181 |
with gr.Row():
|
| 182 |
-
|
| 183 |
-
|
| 184 |
with gr.Column(scale=1):
|
| 185 |
type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
|
| 186 |
with gr.Column(scale=1):
|
|
|
|
| 179 |
with gr.Blocks(css=css) as demo:
|
| 180 |
gr.Markdown("# Image Generator Pro")
|
| 181 |
with gr.Row():
|
| 182 |
+
instruction = gr.Textbox(lines=1, label="Instruction", interactive=True)
|
| 183 |
+
with gr.Row():
|
| 184 |
with gr.Column(scale=1):
|
| 185 |
type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
|
| 186 |
with gr.Column(scale=1):
|