codinglabsong commited on
Commit
d40d6c8
·
verified ·
1 Parent(s): cdb4f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -88,6 +88,9 @@ def main() -> None:
88
  outputs=gr.Textbox(label="Mimic Bot's Comment"),
89
  title="Reddit-User-Mimic-Bot Inference (Bart-LoRA)",
90
  description="Enter a question you would ask on reddit, and our Mimic Bot would comment back! Have fun.",
 
 
 
91
  allow_flagging="never",
92
  )
93
  interface.launch()
 
88
  outputs=gr.Textbox(label="Mimic Bot's Comment"),
89
  title="Reddit-User-Mimic-Bot Inference (Bart-LoRA)",
90
  description="Enter a question you would ask on reddit, and our Mimic Bot would comment back! Have fun.",
91
+ examples=[
92
+ ["How's the politics these days?"],
93
+ ],
94
  allow_flagging="never",
95
  )
96
  interface.launch()