MrAli813 commited on
Commit
c85d45c
·
verified ·
1 Parent(s): 03c4e51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,4 +3,5 @@ import gradio as gr
3
  gr.load("models/google/gemma-7b",
4
  title=" ",
5
  description="Writer's block? Paste in your words, sentences, and paragraphs, submit, edit, re-submit, COLLEAGUE will assist you",
 
6
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
 
3
  gr.load("models/google/gemma-7b",
4
  title=" ",
5
  description="Writer's block? Paste in your words, sentences, and paragraphs, submit, edit, re-submit, COLLEAGUE will assist you",
6
+ examples=["In the interim we would like to","I really appreciate that"],
7
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()