Spaces:
Runtime error
Runtime error
Update source code links
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def conr_fn(character_sheets, pose_zip):
|
|
30 |
|
31 |
with gr.Blocks() as ui:
|
32 |
gr.Markdown("CoNR demo")
|
33 |
-
gr.Markdown("<a target='_blank' href='https://colab.research.google.com/github/
|
34 |
-
gr.Markdown("Unofficial demo for [CoNR](https://
|
35 |
|
36 |
with gr.Row():
|
37 |
# with gr.Column():
|
|
|
30 |
|
31 |
with gr.Blocks() as ui:
|
32 |
gr.Markdown("CoNR demo")
|
33 |
+
gr.Markdown("<a target='_blank' href='https://colab.research.google.com/github/transpchan/Live3D-v2/blob/main/notebook.ipynb'> <img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open In Colab'/></a> [GitHub](https://github.com/megvii-research/CoNR/)")
|
34 |
+
gr.Markdown("Unofficial demo for [CoNR](https://github.com/transpchan/Live3D-v2).")
|
35 |
|
36 |
with gr.Row():
|
37 |
# with gr.Column():
|