Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
| 164 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column(scale=4):
|
| 167 |
-
input_img = gr.Image(label="Input Picture",height=
|
| 168 |
|
| 169 |
with gr.Column(scale=3):
|
| 170 |
output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)
|
|
|
|
| 164 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column(scale=4):
|
| 167 |
+
input_img = gr.Image(label="Input Picture",height=320, type="filepath")
|
| 168 |
|
| 169 |
with gr.Column(scale=3):
|
| 170 |
output_text = gr.Textbox(label="Flux Prompt", lines=2, scale=6, show_copy_button = True)
|