Nymbo commited on
Commit
5df42b7
1 Parent(s): f7b6e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.