File size: 507 Bytes
4b3919c
 
9923771
d4f1c3b
03c4e51
adda090
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", "The inverse, equally naive view is that you can fix this by changing the diversity of the team building the system: if you"],
         theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()