Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
| 64 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 65 |
with gr.Row():
|
| 66 |
with gr.Column():
|
| 67 |
-
input_img = gr.Image(label="Input Picture",
|
| 68 |
submit_btn = gr.Button(value="Submit")
|
| 69 |
with gr.Column():
|
| 70 |
output_text = gr.Textbox(label="Output Text")
|
|
|
|
| 64 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 65 |
with gr.Row():
|
| 66 |
with gr.Column():
|
| 67 |
+
input_img = gr.Image(label="Input Picture",height=480)
|
| 68 |
submit_btn = gr.Button(value="Submit")
|
| 69 |
with gr.Column():
|
| 70 |
output_text = gr.Textbox(label="Output Text")
|