Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ md = "![](https://drive.google.com/uc?id=1WBqYsKRwn_78A72MJBrk643l3-gfAssP) \n"
|
|
78 |
"## Author \n" \
|
79 |
"This project page is developed by Zitang Sun 📧 (zitangsun96 @ gmail.com)\n" \
|
80 |
"## LICENSE \n" \
|
81 |
-
"This project is licensed under the terms of the MIT license. \n"
|
82 |
-
"## Address \n" \
|
83 |
-
"Kyoto University, Japan\n"
|
84 |
|
85 |
if __name__ =='__main__':
|
86 |
# torch.cuda.init()
|
|
|
78 |
"## Author \n" \
|
79 |
"This project page is developed by Zitang Sun 📧 (zitangsun96 @ gmail.com)\n" \
|
80 |
"## LICENSE \n" \
|
81 |
+
"This project is licensed under the terms of the MIT license. \n"\
|
82 |
+
"## Address 🏡 \n" \
|
83 |
+
"[Cognitive Informatics Lab](http://www.cog.ist.i.kyoto-u.ac.jp/en/index.html), Graduate School of Informatics, Kyoto University, Japan \n"
|
84 |
|
85 |
if __name__ =='__main__':
|
86 |
# torch.cuda.init()
|