Spaces:
Runtime error
Runtime error
Hanxiao Xiang
commited on
Commit
•
c9968b1
1
Parent(s):
123638e
change the title
Browse files
app.py
CHANGED
@@ -291,7 +291,7 @@ def model4_clo(x_path: str):
|
|
291 |
|
292 |
|
293 |
with gr.Blocks() as demo:
|
294 |
-
gr.Markdown("#
|
295 |
with gr.Tab("人体检测模型"):
|
296 |
with gr.Row():
|
297 |
model1_input = gr.Image(height=400)
|
|
|
291 |
|
292 |
|
293 |
with gr.Blocks() as demo:
|
294 |
+
gr.Markdown("# 服装图像识别模块——功能演示")
|
295 |
with gr.Tab("人体检测模型"):
|
296 |
with gr.Row():
|
297 |
model1_input = gr.Image(height=400)
|