israelweiss commited on
Commit
62aa379
·
1 Parent(s): 7678535

ref image label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 reference", id="tab_ref_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():