MrAli813's picture
Update app.py
c85d45c verified
raw
history blame
382 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"],
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()