File size: 382 Bytes
4b3919c
 
9923771
d4f1c3b
03c4e51
c85d45c
9923771
1
2
3
4
5
6
7
import gradio as gr

gr.load("models/google/gemma-7b",
         title=" ",
         description="Writer's block? Paste in your words, sentences, and paragraphs, submit, edit, re-submit, COLLEAGUE will assist you",
          examples=["In the interim we would like to","I really appreciate that"],
         theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()