czl commited on
Commit
6e1f830
·
1 Parent(s): 8fa3243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -484,16 +484,13 @@ def generateNorm219(sentence, history, max_len=12,
484
 
485
  with gr.Blocks() as demo:
486
  gr.Markdown("""
487
- # Seq2Seq Generative Chatbot with 188M parameters
488
  """)
489
  with gr.Row():
490
  gr.ChatInterface(generateNorm188,
491
  title="NormalSeq2Seq-188M")
492
  gr.ChatInterface(generateAttn188,
493
  title="AttentionSeq2Seq-188M")
494
- gr.Markdown("""
495
- # Seq2Seq Generative Chatbot with 219M parameters
496
- """)
497
  with gr.Row():
498
  gr.ChatInterface(generateNorm219,
499
  title="NormalSeq2Seq-219M")
 
484
 
485
  with gr.Blocks() as demo:
486
  gr.Markdown("""
487
+ # Seq2Seq Generative Chatbot
488
  """)
489
  with gr.Row():
490
  gr.ChatInterface(generateNorm188,
491
  title="NormalSeq2Seq-188M")
492
  gr.ChatInterface(generateAttn188,
493
  title="AttentionSeq2Seq-188M")
 
 
 
494
  with gr.Row():
495
  gr.ChatInterface(generateNorm219,
496
  title="NormalSeq2Seq-219M")