Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def respond(api_key: str, message: str, history: List[Tuple[str, str]]) -> Gener
|
|
135 |
yield conversation, f"**Total API call time:** {total_time:.2f} seconds\n**Completion tokens:** {total_completion_tokens}\n**Overall average tokens/s:** {avg_tokens_per_second:.2f}"
|
136 |
|
137 |
def main():
|
138 |
-
with gr.Blocks() as demo:
|
139 |
gr.Markdown("# o1-like Chain of Thought - LLaMA-3.1 70B on Cerebras")
|
140 |
gr.Markdown("""
|
141 |
Implement Chain of Thought with prompting to improve output accuracy.
|
|
|
135 |
yield conversation, f"**Total API call time:** {total_time:.2f} seconds\n**Completion tokens:** {total_completion_tokens}\n**Overall average tokens/s:** {avg_tokens_per_second:.2f}"
|
136 |
|
137 |
def main():
|
138 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
139 |
gr.Markdown("# o1-like Chain of Thought - LLaMA-3.1 70B on Cerebras")
|
140 |
gr.Markdown("""
|
141 |
Implement Chain of Thought with prompting to improve output accuracy.
|