pikto commited on
Commit
0e12e21
·
1 Parent(s): 480761d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
160
  b1.click(get_next10_images, [df, row_count], [df, row_count, img_search], api_name = "load_playgroundai_images" )
161
 
162
 
163
- with gr.Tab("Diffuser"):
164
  with gr.Row():
165
  text_input = gr.Textbox() ## Diffuser
166
  image_output = gr.Image()
 
160
  b1.click(get_next10_images, [df, row_count], [df, row_count, img_search], api_name = "load_playgroundai_images" )
161
 
162
 
163
+ with gr.Tab("Rem_BG"):
164
  with gr.Row():
165
  text_input = gr.Textbox() ## Diffuser
166
  image_output = gr.Image()