Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
| 52 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Column():
|
| 55 |
-
input_img = gr.Image(label="Input Picture",height=480,type="
|
| 56 |
submit_btn = gr.Button(value="Submit")
|
| 57 |
with gr.Column():
|
| 58 |
output_text = gr.Textbox(label="Flux Prompt")
|
|
|
|
| 52 |
with gr.Tab(label="Image To Flux Prompt"):
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Column():
|
| 55 |
+
input_img = gr.Image(label="Input Picture",height=480,type="filepath")
|
| 56 |
submit_btn = gr.Button(value="Submit")
|
| 57 |
with gr.Column():
|
| 58 |
output_text = gr.Textbox(label="Flux Prompt")
|