Spaces:
Running
on
Zero
Running
on
Zero
Update feifeiui/feifeiui.py
Browse files- feifeiui/feifeiui.py +2 -3
feifeiui/feifeiui.py
CHANGED
@@ -167,15 +167,14 @@ def create_ui():
|
|
167 |
value=0.035,
|
168 |
)
|
169 |
|
170 |
-
with gr.Tab("
|
171 |
|
172 |
input_img = gr.Image(label="Input Picture",
|
173 |
show_label=False)
|
174 |
|
175 |
-
florence_btn = gr.Button(value="
|
176 |
|
177 |
output_text = gr.Textbox(label="Output Text",
|
178 |
-
max_lines=12,
|
179 |
show_label=False,
|
180 |
container=False)
|
181 |
|
|
|
167 |
value=0.035,
|
168 |
)
|
169 |
|
170 |
+
with gr.Tab("GenPrompt"):
|
171 |
|
172 |
input_img = gr.Image(label="Input Picture",
|
173 |
show_label=False)
|
174 |
|
175 |
+
florence_btn = gr.Button(value="GenPrompt")
|
176 |
|
177 |
output_text = gr.Textbox(label="Output Text",
|
|
|
178 |
show_label=False,
|
179 |
container=False)
|
180 |
|