xiazhi commited on
Commit
59daad4
Β·
verified Β·
1 Parent(s): 0e0f7fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ def click_process(image_input , type_dataset):
75
  demo = gr.Blocks(title="LkCell")
76
  with demo:
77
  gr.Markdown(value="""
78
- **Gradio demo for LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels**. Check our [Github Repo](https://github.com/ziwei-cui/LKCellv1) πŸ˜›.
79
  """)
80
  with gr.Row():
81
  with gr.Column():
@@ -111,7 +111,7 @@ with demo:
111
  ],
112
  inputs=[Image_input, Type_dataset], outputs=[image_output,image_output2], label="Examples")
113
  gr.HTML(value="""
114
- <p style="text-align:center; color:orange"> <a href='https://github.com/ziwei-cui/LKCellv1' target='_blank'>Github Repo</a></p>
115
  """)
116
  gr.Markdown(value="""
117
  Template is adapted from [Here](https://huggingface.co/spaces/menghanxia/disco)
 
75
  demo = gr.Blocks(title="LkCell")
76
  with demo:
77
  gr.Markdown(value="""
78
+ **Gradio demo for LKCell: Efficient Cell Nuclei Instance Segmentation with Large Convolution Kernels**. Check our [Github Repo](https://github.com/hustvl/LKCell) πŸ˜›.
79
  """)
80
  with gr.Row():
81
  with gr.Column():
 
111
  ],
112
  inputs=[Image_input, Type_dataset], outputs=[image_output,image_output2], label="Examples")
113
  gr.HTML(value="""
114
+ <p style="text-align:center; color:orange"> <a href='https://github.com/hustvl/LKCell' target='_blank'>Github Repo</a></p>
115
  """)
116
  gr.Markdown(value="""
117
  Template is adapted from [Here](https://huggingface.co/spaces/menghanxia/disco)