MrAli813's picture
Update app.py
adda090 verified
raw
history blame contribute delete
507 Bytes
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()