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