Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,8 +62,8 @@ def feifeiflorence(
|
|
| 62 |
|
| 63 |
|
| 64 |
with gr.Blocks() as demo:
|
| 65 |
-
gr.Markdown(
|
| 66 |
-
with gr.Tab(label="
|
| 67 |
with gr.Row():
|
| 68 |
with gr.Column():
|
| 69 |
input_img = gr.Image(label="Input Picture")
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
with gr.Blocks() as demo:
|
| 65 |
+
gr.Markdown("Florence-2 Image To Flux Prompt")
|
| 66 |
+
with gr.Tab(label="Image To Flux Prompt"):
|
| 67 |
with gr.Row():
|
| 68 |
with gr.Column():
|
| 69 |
input_img = gr.Image(label="Input Picture")
|