Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,5 @@ with gr.Blocks() as demo:
|
|
78 |
<p style='text-align: center'><a href='https://arxiv.org/abs/2205.11916' target='_blank'>Large Language Models are Zero-Shot Reasoners</a> | <a href='https://github.com/kojima-takeshi188/zero_shot_cot target='_blank'>Github Repo</a></p>
|
79 |
"""
|
80 |
)
|
81 |
-
|
82 |
-
gr.Markdown("")
|
83 |
-
|
84 |
demo.launch(enable_queue=True, debug=True)
|
|
|
78 |
<p style='text-align: center'><a href='https://arxiv.org/abs/2205.11916' target='_blank'>Large Language Models are Zero-Shot Reasoners</a> | <a href='https://github.com/kojima-takeshi188/zero_shot_cot target='_blank'>Github Repo</a></p>
|
79 |
"""
|
80 |
)
|
81 |
+
|
|
|
|
|
82 |
demo.launch(enable_queue=True, debug=True)
|