Spaces:
Running
Running
JohnSmith9982
commited on
Commit
•
7f367aa
1
Parent(s):
2cd2ce1
revert revert badge
Browse files
app.py
CHANGED
@@ -431,7 +431,9 @@ logging.info(
|
|
431 |
+ colorama.Style.RESET_ALL
|
432 |
)
|
433 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
434 |
-
demo.title = "川虎ChatGPT 🚀
|
|
|
|
|
435 |
|
436 |
if __name__ == "__main__":
|
437 |
reload_javascript()
|
|
|
431 |
+ colorama.Style.RESET_ALL
|
432 |
)
|
433 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
434 |
+
demo.title = """川虎ChatGPT 🚀
|
435 |
+
<br><center><a href="https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>
|
436 |
+
"""
|
437 |
|
438 |
if __name__ == "__main__":
|
439 |
reload_javascript()
|