Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -213,6 +213,7 @@ class DebateUI(WebUI):
|
|
213 |
with gr.Blocks(css=gc.CSS) as demo:
|
214 |
gr.Markdown("""# Agents""")
|
215 |
gr.Markdown("""**Agents** is an open-source library/framework for building autonomous language agents.if you want to know more about **Agents**, please check our<a href="https://arxiv.org/pdf/2309.07870.pdf">📄 Paper</a> and<a href="http://www.aiwaves-agents.com/">📦 Github</a>. Here is a demo of **Agents**.""")
|
|
|
216 |
with gr.Row():
|
217 |
with gr.Column():
|
218 |
self.text_api = gr.Textbox(
|
|
|
213 |
with gr.Blocks(css=gc.CSS) as demo:
|
214 |
gr.Markdown("""# Agents""")
|
215 |
gr.Markdown("""**Agents** is an open-source library/framework for building autonomous language agents.if you want to know more about **Agents**, please check our<a href="https://arxiv.org/pdf/2309.07870.pdf">📄 Paper</a> and<a href="http://www.aiwaves-agents.com/">📦 Github</a>. Here is a demo of **Agents**.""")
|
216 |
+
gr.Markdown("""<font size=5>If an error occurs or the queue is too long, please create your own demo by clicking <font color=red>Duplicate This Space</font> in the upper right corner.</font>""")
|
217 |
with gr.Row():
|
218 |
with gr.Column():
|
219 |
self.text_api = gr.Textbox(
|