Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js, head=custom_head, titl
|
|
322 |
|
323 |
|
324 |
## TAB OPENPOSE
|
325 |
-
with gr.Tab("
|
326 |
with gr.Row():
|
327 |
with gr.Column():
|
328 |
# # input_image = gr.Image(source='upload', type="numpy")
|
|
|
322 |
|
323 |
|
324 |
## TAB OPENPOSE
|
325 |
+
with gr.Tab("Openpose") as tab_openpose:
|
326 |
with gr.Row():
|
327 |
with gr.Column():
|
328 |
# # input_image = gr.Image(source='upload', type="numpy")
|