Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ model = model.to(DEVICE).eval()
|
|
| 43 |
title = "# Bridge Simplified Demo"
|
| 44 |
description = """
|
| 45 |
Official demo for Bridge using Gradio.
|
| 46 |
-
[project page](https://dingning-liu.github.io/
|
| 47 |
[github](https://github.com/lnbxldn/BRIDGE).
|
| 48 |
"""
|
| 49 |
|
|
|
|
| 43 |
title = "# Bridge Simplified Demo"
|
| 44 |
description = """
|
| 45 |
Official demo for Bridge using Gradio.
|
| 46 |
+
[project page](https://dingning-liu.github.io/bridge.github.io/),
|
| 47 |
[github](https://github.com/lnbxldn/BRIDGE).
|
| 48 |
"""
|
| 49 |
|