Spaces:
Runtime error
Runtime error
Commit
·
598186e
1
Parent(s):
298a89f
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ with gr.Blocks(css=css,theme='gradio/soft') as demo:
|
|
38 |
|
39 |
with gr.Row().style(equal_height=True):
|
40 |
with gr.Column(scale=12):
|
41 |
-
|
42 |
-
##### openai方面算力紧张导致Sydney网站运行很不稳定时常掉线,据报道OpenAI 的Plus版API一度停售,且限制3小时内只能问100个问题,预计这种情况要持续一段时间,请大家耐心等待,目前没有好的解决方法
|
43 |
-
""")
|
44 |
with gr.Accordion("Build by [45度科研人](WeChat Public Accounts)", open=False):
|
45 |
gr.Markdown(description)
|
46 |
with gr.Column(scale=1):
|
|
|
38 |
|
39 |
with gr.Row().style(equal_height=True):
|
40 |
with gr.Column(scale=12):
|
41 |
+
# gr.Markdown("""
|
42 |
+
# ##### openai方面算力紧张导致Sydney网站运行很不稳定时常掉线,据报道OpenAI 的Plus版API一度停售,且限制3小时内只能问100个问题,预计这种情况要持续一段时间,请大家耐心等待,目前没有好的解决方法
|
43 |
+
# """)
|
44 |
with gr.Accordion("Build by [45度科研人](WeChat Public Accounts)", open=False):
|
45 |
gr.Markdown(description)
|
46 |
with gr.Column(scale=1):
|