update
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
gr.Markdown("---")
|
111 |
|
112 |
gr.Markdown("👋 **Welcome to VTBench!** Upload an image, select models, and click 'Start Processing' to compare results side by side.")
|
|
|
113 |
with gr.Accordion("📘 Full Instructions", open=False):
|
114 |
gr.Markdown("""
|
115 |
**VTBench User Guide**
|
|
|
110 |
gr.Markdown("---")
|
111 |
|
112 |
gr.Markdown("👋 **Welcome to VTBench!** Upload an image, select models, and click 'Start Processing' to compare results side by side.")
|
113 |
+
gr.Markdown("🔗 **Check out our GitHub repo:** [https://github.com/huawei-lin/VTBench](https://github.com/huawei-lin/VTBench)")
|
114 |
with gr.Accordion("📘 Full Instructions", open=False):
|
115 |
gr.Markdown("""
|
116 |
**VTBench User Guide**
|