Commit
·
62aa379
1
Parent(s):
7678535
ref image label
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with image_blocks as demo:
|
|
174 |
)
|
175 |
btn.click(fn=predict_ref_by_text, inputs=[image, prompt], outputs=[image_out], api_name='run')
|
176 |
|
177 |
-
with gr.Tab(label="By image
|
178 |
|
179 |
with gr.Row():
|
180 |
with gr.Column():
|
|
|
174 |
)
|
175 |
btn.click(fn=predict_ref_by_text, inputs=[image, prompt], outputs=[image_out], api_name='run')
|
176 |
|
177 |
+
with gr.Tab(label="By reference image", id="tab_ref_image"):
|
178 |
|
179 |
with gr.Row():
|
180 |
with gr.Column():
|