Spaces:
Running
Running
Update app.py
Browse files
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/
|
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/
|
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)
|