AItool commited on
Commit
e39e67d
·
verified ·
1 Parent(s): c0fca53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -227,9 +227,9 @@ def launch():
227
  data["language_blocks"], ensure_ascii=False, indent=2
228
  )
229
 
230
- with gr.Blocks(title="Conversation Learning Lab (CPU)") as demo:
231
  # Header
232
- gr.Markdown("# 🗣️ Conversation Learning Lab (CPU-friendly)")
233
  gr.Markdown(
234
  "Focus on daily dialogue. Reinforce validated language blocks. "
235
  "Transparent tokens and latency."
 
227
  data["language_blocks"], ensure_ascii=False, indent=2
228
  )
229
 
230
+ with gr.Blocks(title="Conversation Learning Lab (CPU): Tiny Instruct") as demo:
231
  # Header
232
+ gr.Markdown("# 🗣️ Conversation Learning Lab (CPU-friendly): Tiny Instruct")
233
  gr.Markdown(
234
  "Focus on daily dialogue. Reinforce validated language blocks. "
235
  "Transparent tokens and latency."